(This page was automatically generated by the tools in the opsboy project on 20:25:06 06-Feb-2019 GMT.)

Detailed Test Report for ngx_lua in linux x86_64 (wv)

Summary

Commit Testing Time Unexpected
Failures
Expected
Failures
Files Tests Elapsed Time
b2af4d36 2019-02-06 07:45:59 GMT 11924 638 199 20490 5836 sec

LuaJIT

LuaJIT 2.1.0-beta3, commit 0e646b5

Compilation Errors

Unexpected Failures

File Name Details
014-bugs.t TEST 37: resolving names with a trailing dot - status code ok got: '502'
expected: '200'
014-bugs.t TEST 37: resolving names with a trailing dot - response_body_like - response is expected (<html> <head><title>502 Bad Gateway</title></head> <body bgcolor="white"> <center><h1>502 Bad Gateway</h1></center> <hr><center>OpenResty Edge 2</center> </body> </html>) '<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>OpenResty Edge 2</center>
</body>
</html>
'
doesn't match '(?^s:An example for a vimrc file)'
014-bugs.t TEST 37: resolving names with a trailing dot - status code ok got: '502'
expected: '200'
014-bugs.t TEST 37: resolving names with a trailing dot - response_body_like - response is expected (<html> <head><title>502 Bad Gateway</title></head> <body bgcolor="white"> <center><h1>502 Bad Gateway</h1></center> <hr><center>OpenResty Edge 2</center> </body> </html>) '<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>OpenResty Edge 2</center>
</body>
</html>
'
doesn't match '(?^s:An example for a vimrc file)'
014-bugs.t TEST 37: resolving names with a trailing dot - status code ok got: '502'
expected: '200'
014-bugs.t TEST 37: resolving names with a trailing dot - response_body_like - response is expected (<html> <head><title>502 Bad Gateway</title></head> <body bgcolor="white"> <center><h1>502 Bad Gateway</h1></center> <hr><center>OpenResty Edge 2</center> </body> </html>) '<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>OpenResty Edge 2</center>
</body>
</html>
'
doesn't match '(?^s:An example for a vimrc file)'
058-tcp-socket.t TEST 67: receiveany with limited, max is larger than data - response_body - response is expected (repeated req 0, req 0) got: 'h
'
expected: 'hello world
'
058-tcp-socket.t TEST 67: receiveany with limited, max is larger than data - response_body - response is expected (repeated req 1, req 0) got: 'h
'
expected: 'hello world
'
058-tcp-socket.t TEST 64: receiveany method in cosocket - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1,14 @@
1
-22
+2
-hello world
+2
+h
+e
+l
+l
+o
+
+w
+o
+r
+l
+d
'
058-tcp-socket.t TEST 64: receiveany method in cosocket - response_body - response is expected (repeated req 1, req 0) @@ -1,3 +1,14 @@
1
-22
+2
-hello world
+2
+h
+e
+l
+l
+o
+
+w
+o
+r
+l
+d
'
058-tcp-socket.t TEST 68: receiveany with limited, max is smaller than data - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1,11 @@
-hello w
+h
-orld
+e
+l
+l
+o
+
+w
+o
+r
+l
+d
'
058-tcp-socket.t TEST 68: receiveany with limited, max is smaller than data - response_body - response is expected (repeated req 1, req 0) @@ -1,2 +1,11 @@
-hello w
+h
-orld
+e
+l
+l
+o
+
+w
+o
+r
+l
+d
'
068-socket-keepalive.t TEST 42: conn queuing: set timeout via lua_socket_connect_timeout - pattern "lua tcp socket queued connect timed out, when trying to connect to 127.0.0.1:11211" should match a line in error.log (req 0)
068-socket-keepalive.t TEST 46: conn queuing: resume connect operation if resumed connect failed (could not be resolved) - response_body - response is expected (repeated req 0, req 0) @@ -1,3 +1,3 @@
-agentzh.org could not be resolved (110: Operation timed out)
+timeout
connected in uthread
ok
'
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 18 bytes in 1 blocks are definitely lost in loss record 420 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547C839: parse_params (lj_parse.c:1813)
==14253== by 0x547C839: parse_body (lj_parse.c:1849)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_params
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 18 bytes in 1 blocks are definitely lost in loss record 421 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==14253== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 18 bytes in 1 blocks are definitely lost in loss record 422 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54719B7: lj_buf_str (lj_buf.h:100)
==14253== by 0x54719B7: lj_strfmt_pushvf (lj_strfmt.c:456)
==14253== by 0x54758BB: lua_pushfstring (lj_api.c:671)
==14253== by 0x546DDEB: luaL_traceback (lj_debug.c:659)
==14253== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5476E36: lua_settable (lj_api.c:959)
==14253== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14253== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14253== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_strfmt_pushvf
fun:lua_pushfstring
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 18 bytes in 1 blocks are definitely lost in loss record 423 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54716A7: lj_strfmt_int (lj_strfmt.c:356)
==14253== by 0x54750D8: lua_tolstring (lj_api.c:500)
==14253== by 0x4E7ED1: log_wrapper (ngx_http_lua_log.c:146)
==14253== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x50D5A4: ngx_http_lua_socket_tcp_resume_helper (ngx_http_lua_socket_tcp.c:5994)
==14253== by 0x50D9A0: ngx_http_lua_socket_tcp_conn_resume (ngx_http_lua_socket_tcp.c:5900)
==14253== by 0x503C8A: ngx_http_lua_content_wev_handler (ngx_http_lua_contentby.c:150)
==14253== by 0x50B910: ngx_http_lua_socket_handle_conn_success (ngx_http_lua_socket_tcp.c:3471)
==14253== by 0x50E9C4: ngx_http_lua_socket_connected_handler (ngx_http_lua_socket_tcp.c:3739)
==14253== by 0x50BBD6: ngx_http_lua_socket_tcp_handler (ngx_http_lua_socket_tcp.c:3255)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_strfmt_int
fun:lua_tolstring
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_socket_tcp_resume_helper
fun:ngx_http_lua_socket_tcp_conn_resume
fun:ngx_http_lua_content_wev_handler
fun:ngx_http_lua_socket_handle_conn_success
fun:ngx_http_lua_socket_connected_handler
fun:ngx_http_lua_socket_tcp_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 19 bytes in 1 blocks are definitely lost in loss record 426 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54C00A1: luaopen_base (lib_base.c:704)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 19 bytes in 1 blocks are definitely lost in loss record 427 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==14253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 19 bytes in 1 blocks are definitely lost in loss record 428 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==14253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 19 bytes in 1 blocks are definitely lost in loss record 429 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==14253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 19 bytes in 1 blocks are definitely lost in loss record 430 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547DA48: expr_bracket (lj_parse.c:1681)
==14253== by 0x547E49F: expr_primary (lj_parse.c:1954)
==14253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==14253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==14253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547F25B: parse_local (lj_parse.c:2261)
==14253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==14253== by 0x547F049: parse_for (lj_parse.c:2577)
==14253== by 0x547F049: parse_stmt (lj_parse.c:2638)
==14253== by 0x547F049: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_bracket
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 19 bytes in 1 blocks are definitely lost in loss record 431 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14253== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 19 bytes in 1 blocks are definitely lost in loss record 432 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547C49B: expr_field (lj_parse.c:1673)
==14253== by 0x547E47F: expr_primary (lj_parse.c:1950)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_field
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 19 bytes in 1 blocks are definitely lost in loss record 433 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54C55FC: modinit (lib_package.c:500)
==14253== by 0x54C55FC: lj_cf_package_module (lib_package.c:520)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:modinit
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 19 bytes in 1 blocks are definitely lost in loss record 434 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54716A7: lj_strfmt_int (lj_strfmt.c:356)
==14253== by 0x54750D8: lua_tolstring (lj_api.c:500)
==14253== by 0x4E7ED1: log_wrapper (ngx_http_lua_log.c:146)
==14253== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x50D5A4: ngx_http_lua_socket_tcp_resume_helper (ngx_http_lua_socket_tcp.c:5994)
==14253== by 0x50D9C6: ngx_http_lua_socket_tcp_write_resume (ngx_http_lua_socket_tcp.c:5914)
==14253== by 0x503C8A: ngx_http_lua_content_wev_handler (ngx_http_lua_contentby.c:150)
==14253== by 0x5100D3: ngx_http_lua_socket_handle_write_success (ngx_http_lua_socket_tcp.c:3545)
==14253== by 0x5100D3: ngx_http_lua_socket_send (ngx_http_lua_socket_tcp.c:3398)
==14253== by 0x5109BD: ngx_http_lua_socket_send_handler (ngx_http_lua_socket_tcp.c:3338)
==14253== by 0x50BBD6: ngx_http_lua_socket_tcp_handler (ngx_http_lua_socket_tcp.c:3255)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_strfmt_int
fun:lua_tolstring
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_socket_tcp_resume_helper
fun:ngx_http_lua_socket_tcp_write_resume
fun:ngx_http_lua_content_wev_handler
fun:ngx_http_lua_socket_handle_write_success
fun:ngx_http_lua_socket_send
fun:ngx_http_lua_socket_send_handler
fun:ngx_http_lua_socket_tcp_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 440 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==14253== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==14253== by 0x54C278F: luaopen_string (lib_string.c:739)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 441 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A70B: func_newL (lj_func.c:122)
==14253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14253== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==14253== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==14253== by 0x54C278F: luaopen_string (lib_string.c:739)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 442 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==14253== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==14253== by 0x54C0761: luaopen_math (lib_math.c:223)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 443 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14253== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 444 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14253== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 445 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 446 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==14253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 447 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14253== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==14253== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 448 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==14253== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==14253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 449 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==14253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 450 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 451 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 452 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A70B: func_newL (lj_func.c:122)
==14253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14253== by 0x5481548: cpparser (lj_load.c:42)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==14253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 453 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==14253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 454 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 455 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547EB7F: parse_local (lj_parse.c:2260)
==14253== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==14253== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 456 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A70B: func_newL (lj_func.c:122)
==14253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14253== by 0x5481548: cpparser (lj_load.c:42)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 457 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==14253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 458 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==14253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 459 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14253== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F6D4: parse_then (lj_parse.c:2591)
==14253== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14253== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14253== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==14253== by 0x547F049: parse_for (lj_parse.c:2577)
==14253== by 0x547F049: parse_stmt (lj_parse.c:2638)
==14253== by 0x547F049: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 460 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A70B: func_newL (lj_func.c:122)
==14253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14253== by 0x5481548: cpparser (lj_load.c:42)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 461 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A70B: func_newL (lj_func.c:122)
==14253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14253== by 0x5481548: cpparser (lj_load.c:42)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 462 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14253== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 463 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547EB6E: parse_local (lj_parse.c:2259)
==14253== by 0x547EB6E: parse_stmt (lj_parse.c:2648)
==14253== by 0x547EB6E: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 464 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A70B: func_newL (lj_func.c:122)
==14253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14253== by 0x5481548: cpparser (lj_load.c:42)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 20 bytes in 1 blocks are definitely lost in loss record 465 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A70B: func_newL (lj_func.c:122)
==14253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14253== by 0x5481548: cpparser (lj_load.c:42)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 21 bytes in 1 blocks are definitely lost in loss record 471 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54C6293: luaopen_package (lib_package.c:610)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 21 bytes in 1 blocks are definitely lost in loss record 472 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==14253== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 21 bytes in 1 blocks are definitely lost in loss record 473 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==14253== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 21 bytes in 1 blocks are definitely lost in loss record 474 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==14253== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==14253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 21 bytes in 1 blocks are definitely lost in loss record 475 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==14253== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==14253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 21 bytes in 1 blocks are definitely lost in loss record 476 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==14253== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==14253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 21 bytes in 1 blocks are definitely lost in loss record 477 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==14253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 21 bytes in 1 blocks are definitely lost in loss record 478 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 21 bytes in 1 blocks are definitely lost in loss record 479 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==14253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 21 bytes in 1 blocks are definitely lost in loss record 480 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14253== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==14253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 21 bytes in 1 blocks are definitely lost in loss record 481 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==14253== by 0x547D108: expr_binop (lj_parse.c:2098)
==14253== by 0x547DA01: expr (lj_parse.c:2109)
==14253== by 0x547DA01: expr_cond (lj_parse.c:2124)
==14253== by 0x547F6BD: parse_then (lj_parse.c:2589)
==14253== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14253== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14253== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 21 bytes in 1 blocks are definitely lost in loss record 482 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547EB3B: parse_local (lj_parse.c:2240)
==14253== by 0x547EB3B: parse_stmt (lj_parse.c:2648)
==14253== by 0x547EB3B: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 21 bytes in 1 blocks are definitely lost in loss record 483 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547EB6E: parse_local (lj_parse.c:2259)
==14253== by 0x547EB6E: parse_stmt (lj_parse.c:2648)
==14253== by 0x547EB6E: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547EE83: parse_func (lj_parse.c:2286)
==14253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 22 bytes in 1 blocks are definitely lost in loss record 492 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54C4959: luaopen_io (lib_io.c:532)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 22 bytes in 1 blocks are definitely lost in loss record 493 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54C3CAA: io_std_new (lib_io.c:524)
==14253== by 0x54C4992: luaopen_io (lib_io.c:534)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 22 bytes in 1 blocks are definitely lost in loss record 494 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 22 bytes in 1 blocks are definitely lost in loss record 495 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==14253== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 22 bytes in 1 blocks are definitely lost in loss record 496 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==14253== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 22 bytes in 1 blocks are definitely lost in loss record 497 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==14253== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==14253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 22 bytes in 1 blocks are definitely lost in loss record 498 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==14253== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==14253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 22 bytes in 1 blocks are definitely lost in loss record 499 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 22 bytes in 1 blocks are definitely lost in loss record 500 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==14253== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 22 bytes in 1 blocks are definitely lost in loss record 501 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==14253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 22 bytes in 1 blocks are definitely lost in loss record 502 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==14253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 22 bytes in 1 blocks are definitely lost in loss record 503 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==14253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 22 bytes in 1 blocks are definitely lost in loss record 504 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547C890: parse_params (lj_parse.c:1827)
==14253== by 0x547C890: parse_body (lj_parse.c:1849)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_params
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 22 bytes in 1 blocks are definitely lost in loss record 505 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14253== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547EE83: parse_func (lj_parse.c:2286)
==14253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 23 bytes in 1 blocks are definitely lost in loss record 509 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54C62DB: luaopen_package (lib_package.c:613)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 23 bytes in 1 blocks are definitely lost in loss record 510 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54C6308: luaopen_package (lib_package.c:615)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 23 bytes in 1 blocks are definitely lost in loss record 511 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54C3CAA: io_std_new (lib_io.c:524)
==14253== by 0x54C49B4: luaopen_io (lib_io.c:535)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 23 bytes in 1 blocks are definitely lost in loss record 512 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54C3CAA: io_std_new (lib_io.c:524)
==14253== by 0x54C49D3: luaopen_io (lib_io.c:536)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 23 bytes in 1 blocks are definitely lost in loss record 513 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==14253== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==14253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 23 bytes in 1 blocks are definitely lost in loss record 514 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==14253== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 23 bytes in 1 blocks are definitely lost in loss record 515 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==14253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 23 bytes in 1 blocks are definitely lost in loss record 516 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 23 bytes in 1 blocks are definitely lost in loss record 517 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==14253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 23 bytes in 1 blocks are definitely lost in loss record 518 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==14253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 23 bytes in 1 blocks are definitely lost in loss record 519 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 23 bytes in 1 blocks are definitely lost in loss record 520 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,130 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14253== by 0x54C00F4: luaopen_base (lib_base.c:705)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,131 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54C6243: luaopen_package (lib_package.c:606)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,132 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54C6335: luaopen_package (lib_package.c:617)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,133 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==14253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,134 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54762EB: lua_getfield (lj_api.c:800)
==14253== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==14253== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,135 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==14253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,136 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,137 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,138 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,139 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,140 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==14253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,141 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==14253== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,142 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==14253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==14253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==14253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547F25B: parse_local (lj_parse.c:2261)
==14253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,143 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,144 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==14253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,145 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x5171CD: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:263)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,146 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,147 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 24 bytes in 1 blocks are definitely lost in loss record 1,148 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546AB0F: func_finduv (lj_func.c:52)
==14253== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==14253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 25 bytes in 1 blocks are definitely lost in loss record 1,153 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14253== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==14253== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==14253== by 0x54C01F8: luaopen_base (lib_base.c:711)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 25 bytes in 1 blocks are definitely lost in loss record 1,154 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14253== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 25 bytes in 1 blocks are definitely lost in loss record 1,155 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 25 bytes in 1 blocks are definitely lost in loss record 1,156 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 25 bytes in 1 blocks are definitely lost in loss record 1,157 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 25 bytes in 1 blocks are definitely lost in loss record 1,158 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==14253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 25 bytes in 1 blocks are definitely lost in loss record 1,159 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==14253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 25 bytes in 1 blocks are definitely lost in loss record 1,160 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 25 bytes in 1 blocks are definitely lost in loss record 1,161 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 25 bytes in 1 blocks are definitely lost in loss record 1,162 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 25 bytes in 1 blocks are definitely lost in loss record 1,163 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547EB3B: parse_local (lj_parse.c:2240)
==14253== by 0x547EB3B: parse_stmt (lj_parse.c:2648)
==14253== by 0x547EB3B: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 25 bytes in 1 blocks are definitely lost in loss record 1,164 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54C5657: modinit (lib_package.c:507)
==14253== by 0x54C5657: lj_cf_package_module (lib_package.c:520)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:modinit
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 26 bytes in 1 blocks are definitely lost in loss record 1,170 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14253== by 0x54C3414: luaopen_table (lib_table.c:384)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 26 bytes in 1 blocks are definitely lost in loss record 1,171 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 26 bytes in 1 blocks are definitely lost in loss record 1,172 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 26 bytes in 1 blocks are definitely lost in loss record 1,173 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 26 bytes in 1 blocks are definitely lost in loss record 1,174 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 26 bytes in 1 blocks are definitely lost in loss record 1,175 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 26 bytes in 1 blocks are definitely lost in loss record 1,176 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 26 bytes in 1 blocks are definitely lost in loss record 1,177 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 26 bytes in 1 blocks are definitely lost in loss record 1,178 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 26 bytes in 1 blocks are definitely lost in loss record 1,179 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==14253== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 26 bytes in 1 blocks are definitely lost in loss record 1,180 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 26 bytes in 1 blocks are definitely lost in loss record 1,181 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 26 bytes in 1 blocks are definitely lost in loss record 1,182 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==14253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,185 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14253== by 0x54C62C7: luaopen_package (lib_package.c:612)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,186 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,187 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,188 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,189 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,190 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,191 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,192 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,193 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==14253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,194 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==14253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,195 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==14253== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,196 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==14253== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,197 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==14253== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,198 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,199 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 27 bytes in 1 blocks are definitely lost in loss record 1,200 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547D9D7: expr_list (lj_parse.c:1877)
==14253== by 0x547E302: parse_args (lj_parse.c:1902)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547EE83: parse_func (lj_parse.c:2286)
==14253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,204 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14253== by 0x54C343B: luaopen_table (lib_table.c:385)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,205 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14253== by 0x54C3489: luaopen_table (lib_table.c:387)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,206 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14253== by 0x54C34D3: luaopen_table (lib_table.c:389)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,207 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,208 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,209 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,210 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,211 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,212 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,213 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==14253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,214 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==14253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,215 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,216 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,217 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==14253== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,218 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,219 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==14253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,220 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==14253== by 0x547DA01: expr (lj_parse.c:2109)
==14253== by 0x547DA01: expr_cond (lj_parse.c:2124)
==14253== by 0x547F6BD: parse_then (lj_parse.c:2589)
==14253== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14253== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14253== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 28 bytes in 1 blocks are definitely lost in loss record 1,221 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547E2F1: parse_args (lj_parse.c:1898)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547EE83: parse_func (lj_parse.c:2286)
==14253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 29 bytes in 1 blocks are definitely lost in loss record 1,224 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 29 bytes in 1 blocks are definitely lost in loss record 1,225 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 29 bytes in 1 blocks are definitely lost in loss record 1,226 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==14253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 29 bytes in 1 blocks are definitely lost in loss record 1,227 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 29 bytes in 1 blocks are definitely lost in loss record 1,228 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==14253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 29 bytes in 1 blocks are definitely lost in loss record 1,229 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==14253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 29 bytes in 1 blocks are definitely lost in loss record 1,230 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==14253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 29 bytes in 1 blocks are definitely lost in loss record 1,231 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==14253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 29 bytes in 1 blocks are definitely lost in loss record 1,232 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 29 bytes in 1 blocks are definitely lost in loss record 1,233 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 29 bytes in 1 blocks are definitely lost in loss record 1,234 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,239 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14253== by 0x54C01F8: luaopen_base (lib_base.c:711)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,240 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14253== by 0x54C3462: luaopen_table (lib_table.c:386)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,241 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14253== by 0x54C34B0: luaopen_table (lib_table.c:388)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,242 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,243 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,244 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,245 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,246 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,247 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==14253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,248 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==14253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,249 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,250 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,251 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==14253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,252 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==14253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 30 bytes in 1 blocks are definitely lost in loss record 1,253 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==14253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 31 bytes in 1 blocks are definitely lost in loss record 1,257 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 31 bytes in 1 blocks are definitely lost in loss record 1,258 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 31 bytes in 1 blocks are definitely lost in loss record 1,259 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 31 bytes in 1 blocks are definitely lost in loss record 1,260 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 31 bytes in 1 blocks are definitely lost in loss record 1,261 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 31 bytes in 1 blocks are definitely lost in loss record 1,262 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54719B7: lj_buf_str (lj_buf.h:100)
==14253== by 0x54719B7: lj_strfmt_pushvf (lj_strfmt.c:456)
==14253== by 0x54758BB: lua_pushfstring (lj_api.c:671)
==14253== by 0x54C57BC: mksymname (lib_package.c:233)
==14253== by 0x54C5E01: lj_cf_package_loader_preload (lib_package.c:413)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_strfmt_pushvf
fun:lua_pushfstring
fun:mksymname
fun:lj_cf_package_loader_preload
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,368 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x546E344: cpluaopen (lj_state.c:150)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x546E64F: lua_newstate (lj_state.c:222)
==14253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==14253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==14253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,369 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==14253== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C01C2: luaopen_base (lib_base.c:707)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,370 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C01DF: luaopen_base (lib_base.c:708)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,371 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==14253== by 0x54C01F8: luaopen_base (lib_base.c:711)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,372 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14253== by 0x54C01F8: luaopen_base (lib_base.c:711)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,373 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==14253== by 0x54C619B: luaopen_package (lib_package.c:592)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,374 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==14253== by 0x54C61B1: luaopen_package (lib_package.c:593)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,375 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14253== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==14253== by 0x54C61DB: luaopen_package (lib_package.c:595)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,376 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,377 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14253== by 0x54C3414: luaopen_table (lib_table.c:384)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,378 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14253== by 0x54C343B: luaopen_table (lib_table.c:385)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,379 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14253== by 0x54C3462: luaopen_table (lib_table.c:386)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,380 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14253== by 0x54C3489: luaopen_table (lib_table.c:387)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,381 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14253== by 0x54C34B0: luaopen_table (lib_table.c:388)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,382 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14253== by 0x54C34D3: luaopen_table (lib_table.c:389)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,383 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C48FD: luaopen_io (lib_io.c:530)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,384 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C4976: luaopen_io (lib_io.c:533)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,385 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C528D: luaopen_os (lib_os.c:289)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,386 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C278F: luaopen_string (lib_string.c:739)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,387 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C0761: luaopen_math (lib_math.c:223)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,388 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,389 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,390 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,391 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14253== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,392 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14253== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,393 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,394 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,395 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,396 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==14253== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14253== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,397 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==14253== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14253== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,398 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==14253== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14253== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,399 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==14253== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14253== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,400 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==14253== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14253== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,401 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==14253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,402 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==14253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,403 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==14253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,404 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==14253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,405 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==14253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,406 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,407 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,408 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==14253== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,409 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==14253== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,410 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==14253== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,411 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==14253== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,412 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,413 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==14253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,414 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==14253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,415 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==14253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,416 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==14253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,417 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==14253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,418 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==14253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,419 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==14253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,420 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,421 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,422 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,423 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,424 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,425 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,426 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,427 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,428 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,429 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,430 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,431 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,432 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==14253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,433 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,434 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,435 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,436 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,437 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,438 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,439 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,440 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,441 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,442 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,443 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,444 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,445 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==14253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,446 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==14253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,447 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==14253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,448 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==14253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,449 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==14253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,450 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==14253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,451 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==14253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,452 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==14253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,453 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==14253== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,454 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==14253== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,455 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==14253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,456 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==14253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,457 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==14253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,458 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==14253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,459 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==14253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,460 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==14253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,461 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,462 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==14253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,463 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==14253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,464 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==14253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,465 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==14253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,466 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==14253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,467 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==14253== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,468 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==14253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,469 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==14253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,470 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==14253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,471 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==14253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,472 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,473 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,474 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,475 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,476 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,477 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,478 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,479 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,480 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==14253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,481 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==14253== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,482 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==14253== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,483 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==14253== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,484 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==14253== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,485 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==14253== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,486 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==14253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,487 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==14253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,488 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==14253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,489 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==14253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,490 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==14253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,491 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==14253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,492 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==14253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,493 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==14253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,494 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==14253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,495 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==14253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,496 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==14253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,497 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==14253== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,498 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,499 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,500 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,501 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,502 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,503 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,504 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,505 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,506 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,507 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,508 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,509 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,510 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,511 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,512 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,513 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,514 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,515 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,516 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,517 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,518 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,519 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,520 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,521 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,522 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,523 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,524 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,525 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,526 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,527 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,528 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,529 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,530 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,531 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,532 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,533 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,534 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==14253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,535 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==14253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,536 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==14253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,537 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==14253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,538 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==14253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,539 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==14253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,540 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==14253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,541 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==14253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,542 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==14253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,543 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==14253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,544 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==14253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,545 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==14253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,546 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==14253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,547 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==14253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,548 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==14253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,549 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==14253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,550 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==14253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,551 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==14253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,552 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==14253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,553 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==14253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,554 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==14253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,555 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==14253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,556 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==14253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,557 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==14253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,558 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==14253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,559 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==14253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,560 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==14253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,561 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==14253== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,562 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==14253== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,563 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==14253== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,564 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,565 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,566 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,567 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,568 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,569 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5479E68: fs_init (lj_parse.c:1617)
==14253== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,570 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5479E68: fs_init (lj_parse.c:1617)
==14253== by 0x547C808: parse_body (lj_parse.c:1846)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==14253== by 0x547F049: parse_for (lj_parse.c:2577)
==14253== by 0x547F049: parse_stmt (lj_parse.c:2638)
==14253== by 0x547F049: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,571 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5479E68: fs_init (lj_parse.c:1617)
==14253== by 0x547C808: parse_body (lj_parse.c:1846)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,572 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5479E68: fs_init (lj_parse.c:1617)
==14253== by 0x547C808: parse_body (lj_parse.c:1846)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547EF73: parse_return (lj_parse.c:2316)
==14253== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==14253== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,573 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==14253== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,574 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5479E68: fs_init (lj_parse.c:1617)
==14253== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,575 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5479E68: fs_init (lj_parse.c:1617)
==14253== by 0x547C808: parse_body (lj_parse.c:1846)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,576 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x547DFA8: expr_table (lj_parse.c:1740)
==14253== by 0x547D619: expr_simple (lj_parse.c:2004)
==14253== by 0x547D619: expr_unop (lj_parse.c:2077)
==14253== by 0x547D619: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9CA: expr (lj_parse.c:2109)
==14253== by 0x547D9CA: expr_list (lj_parse.c:1879)
==14253== by 0x547E302: parse_args (lj_parse.c:1902)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,577 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==14253== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,578 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14253== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,579 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14253== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,580 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14253== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,581 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==14253== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,582 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5479E68: fs_init (lj_parse.c:1617)
==14253== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,583 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5479E68: fs_init (lj_parse.c:1617)
==14253== by 0x547C808: parse_body (lj_parse.c:1846)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,584 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5479E68: fs_init (lj_parse.c:1617)
==14253== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,585 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5479E68: fs_init (lj_parse.c:1617)
==14253== by 0x547C808: parse_body (lj_parse.c:1846)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,586 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5479E68: fs_init (lj_parse.c:1617)
==14253== by 0x547C808: parse_body (lj_parse.c:1846)
==14253== by 0x547EE83: parse_func (lj_parse.c:2286)
==14253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,587 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14253== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,588 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468F59: newtab (lj_tab.c:124)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54C5EF2: lj_cf_package_seeall (lib_package.c:532)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C5708: dooptions (lib_package.c:492)
==14253== by 0x54C5708: lj_cf_package_module (lib_package.c:524)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lj_cf_package_seeall
fun:lj_BC_FUNCC
fun:dooptions
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 32 bytes in 1 blocks are definitely lost in loss record 1,589 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x546B777: lj_buf_str (lj_buf.h:100)
==14253== by 0x546B777: lj_meta_cat (lj_meta.c:299)
==14253== by 0x547602F: lua_concat (lj_api.c:761)
==14253== by 0x5136C0: ngx_http_lua_socket_tcp_connect (ngx_http_lua_socket_tcp.c:987)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_meta_cat
fun:lua_concat
fun:ngx_http_lua_socket_tcp_connect
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 33 bytes in 1 blocks are definitely lost in loss record 1,591 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 33 bytes in 1 blocks are definitely lost in loss record 1,592 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 33 bytes in 1 blocks are definitely lost in loss record 1,593 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 33 bytes in 1 blocks are definitely lost in loss record 1,594 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==14253== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 33 bytes in 1 blocks are definitely lost in loss record 1,595 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547E2F1: parse_args (lj_parse.c:1898)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 33 bytes in 1 blocks are definitely lost in loss record 1,596 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14253== by 0x546DE0E: luaL_traceback (lj_debug.c:660)
==14253== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5476E36: lua_settable (lj_api.c:959)
==14253== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14253== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14253== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 34 bytes in 1 blocks are definitely lost in loss record 1,598 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x546E399: cpluaopen (lj_state.c:154)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x546E64F: lua_newstate (lj_state.c:222)
==14253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==14253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==14253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 34 bytes in 1 blocks are definitely lost in loss record 1,599 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 35 bytes in 1 blocks are definitely lost in loss record 1,602 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14253== by 0x54C90D9: luaopen_jit (lib_jit.c:779)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 36 bytes in 1 blocks are definitely lost in loss record 1,608 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 36 bytes in 2 blocks are definitely lost in loss record 1,609 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547D9D7: expr_list (lj_parse.c:1877)
==14253== by 0x547E302: parse_args (lj_parse.c:1902)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==14253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==14253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547F25B: parse_local (lj_parse.c:2261)
==14253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==14253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 37 bytes in 1 blocks are definitely lost in loss record 1,610 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 37 bytes in 1 blocks are definitely lost in loss record 1,611 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 37 bytes in 1 blocks are definitely lost in loss record 1,612 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 37 bytes in 1 blocks are definitely lost in loss record 1,613 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547E2F1: parse_args (lj_parse.c:1898)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 37 bytes in 2 blocks are definitely lost in loss record 1,614 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547D9D7: expr_list (lj_parse.c:1877)
==14253== by 0x547E302: parse_args (lj_parse.c:1902)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F296: parse_if (lj_parse.c:2611)
==14253== by 0x547F296: parse_stmt (lj_parse.c:2627)
==14253== by 0x547F296: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547EE83: parse_func (lj_parse.c:2286)
==14253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 38 bytes in 1 blocks are definitely lost in loss record 1,617 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 38 bytes in 1 blocks are definitely lost in loss record 1,618 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 38 bytes in 1 blocks are definitely lost in loss record 1,619 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547D9D7: expr_list (lj_parse.c:1877)
==14253== by 0x547E302: parse_args (lj_parse.c:1902)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F6D4: parse_then (lj_parse.c:2591)
==14253== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14253== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14253== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 38 bytes in 2 blocks are definitely lost in loss record 1,620 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54719B7: lj_buf_str (lj_buf.h:100)
==14253== by 0x54719B7: lj_strfmt_pushvf (lj_strfmt.c:456)
==14253== by 0x54758BB: lua_pushfstring (lj_api.c:671)
==14253== by 0x546DEF2: luaL_traceback (lj_debug.c:681)
==14253== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5476E36: lua_settable (lj_api.c:959)
==14253== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14253== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14253== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_strfmt_pushvf
fun:lua_pushfstring
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 39 bytes in 1 blocks are definitely lost in loss record 1,622 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 39 bytes in 1 blocks are definitely lost in loss record 1,623 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 39 bytes in 1 blocks are definitely lost in loss record 1,624 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 39 bytes in 1 blocks are definitely lost in loss record 1,625 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54719B7: lj_buf_str (lj_buf.h:100)
==14253== by 0x54719B7: lj_strfmt_pushvf (lj_strfmt.c:456)
==14253== by 0x54758BB: lua_pushfstring (lj_api.c:671)
==14253== by 0x546DF65: luaL_traceback (lj_debug.c:683)
==14253== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5476E36: lua_settable (lj_api.c:959)
==14253== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14253== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14253== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_strfmt_pushvf
fun:lua_pushfstring
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 40 bytes in 1 blocks are definitely lost in loss record 1,659 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14253== by 0x54C3C6A: io_std_new (lib_io.c:517)
==14253== by 0x54C4992: luaopen_io (lib_io.c:534)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 40 bytes in 1 blocks are definitely lost in loss record 1,660 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14253== by 0x54C3C6A: io_std_new (lib_io.c:517)
==14253== by 0x54C49B4: luaopen_io (lib_io.c:535)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 40 bytes in 1 blocks are definitely lost in loss record 1,661 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14253== by 0x54C3C6A: io_std_new (lib_io.c:517)
==14253== by 0x54C49D3: luaopen_io (lib_io.c:536)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 40 bytes in 1 blocks are definitely lost in loss record 1,662 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 40 bytes in 1 blocks are definitely lost in loss record 1,663 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 40 bytes in 1 blocks are definitely lost in loss record 1,664 of 2,285
==14253== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==14253== by 0x547DE88: expr_table (lj_parse.c:1746)
==14253== by 0x547D619: expr_simple (lj_parse.c:2004)
==14253== by 0x547D619: expr_unop (lj_parse.c:2077)
==14253== by 0x547D619: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547F25B: parse_local (lj_parse.c:2261)
==14253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 40 bytes in 1 blocks are definitely lost in loss record 1,665 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A70B: func_newL (lj_func.c:122)
==14253== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==14253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 40 bytes in 2 blocks are definitely lost in loss record 1,666 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A70B: func_newL (lj_func.c:122)
==14253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14253== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==14253== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==14253== by 0x54C0761: luaopen_math (lib_math.c:223)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 40 bytes in 2 blocks are definitely lost in loss record 1,667 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==14253== by 0x54C0761: luaopen_math (lib_math.c:223)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 40 bytes in 2 blocks are definitely lost in loss record 1,668 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A70B: func_newL (lj_func.c:122)
==14253== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==14253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==14253== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 40 bytes in 2 blocks are definitely lost in loss record 1,669 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A70B: func_newL (lj_func.c:122)
==14253== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==14253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==14253== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4639FE: ngx_http_send_special (ngx_http_request.c:3410)
==14253== by 0x4DCA7D: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:131)
==14253== by 0x4DD311: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:362)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_send_special
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 41 bytes in 1 blocks are definitely lost in loss record 1,670 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 41 bytes in 1 blocks are definitely lost in loss record 1,671 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 41 bytes in 2 blocks are definitely lost in loss record 1,672 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14253== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 42 bytes in 1 blocks are definitely lost in loss record 1,674 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 42 bytes in 2 blocks are definitely lost in loss record 1,675 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14253== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 43 bytes in 1 blocks are definitely lost in loss record 1,680 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 43 bytes in 1 blocks are definitely lost in loss record 1,681 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547E2F1: parse_args (lj_parse.c:1898)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F296: parse_if (lj_parse.c:2611)
==14253== by 0x547F296: parse_stmt (lj_parse.c:2627)
==14253== by 0x547F296: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547EE83: parse_func (lj_parse.c:2286)
==14253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 43 bytes in 2 blocks are definitely lost in loss record 1,682 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 44 bytes in 1 blocks are definitely lost in loss record 1,684 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==14253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 44 bytes in 2 blocks are definitely lost in loss record 1,685 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A70B: func_newL (lj_func.c:122)
==14253== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==14253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 45 bytes in 2 blocks are definitely lost in loss record 1,687 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14253== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 47 bytes in 2 blocks are definitely lost in loss record 1,691 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==14253== by 0x54C61DB: luaopen_package (lib_package.c:595)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 47 bytes in 2 blocks are definitely lost in loss record 1,692 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==14253== by 0x54C6353: luaopen_package (lib_package.c:619)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,741 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==14253== by 0x54C0103: luaopen_base (lib_base.c:706)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,742 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==14253== by 0x54C619B: luaopen_package (lib_package.c:592)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,743 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x54C279E: luaopen_string (lib_string.c:740)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,744 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,745 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==14253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,746 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==14253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,747 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==14253== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,748 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==14253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,749 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==14253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,750 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==14253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,751 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==14253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,752 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==14253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,753 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,754 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,755 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,756 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,757 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,758 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==14253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,759 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==14253== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,760 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468EB7: newtab (lj_tab.c:109)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x547DFA8: expr_table (lj_parse.c:1740)
==14253== by 0x547D619: expr_simple (lj_parse.c:2004)
==14253== by 0x547D619: expr_unop (lj_parse.c:2077)
==14253== by 0x547D619: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547F25B: parse_local (lj_parse.c:2261)
==14253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,761 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x547DFA8: expr_table (lj_parse.c:1740)
==14253== by 0x547D619: expr_simple (lj_parse.c:2004)
==14253== by 0x547D619: expr_unop (lj_parse.c:2077)
==14253== by 0x547D619: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9CA: expr (lj_parse.c:2109)
==14253== by 0x547D9CA: expr_list (lj_parse.c:1879)
==14253== by 0x547E302: parse_args (lj_parse.c:1902)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,762 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==14253== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,763 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,764 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==14253== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 48 bytes in 1 blocks are definitely lost in loss record 1,765 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54C5EF2: lj_cf_package_seeall (lib_package.c:532)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C5708: dooptions (lib_package.c:492)
==14253== by 0x54C5708: lj_cf_package_module (lib_package.c:524)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lj_cf_package_seeall
fun:lj_BC_FUNCC
fun:dooptions
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 49 bytes in 1 blocks are definitely lost in loss record 1,767 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547D9D7: expr_list (lj_parse.c:1877)
==14253== by 0x547E302: parse_args (lj_parse.c:1902)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 51 bytes in 1 blocks are definitely lost in loss record 1,769 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54719B7: lj_buf_str (lj_buf.h:100)
==14253== by 0x54719B7: lj_strfmt_pushvf (lj_strfmt.c:456)
==14253== by 0x54758BB: lua_pushfstring (lj_api.c:671)
==14253== by 0x54C5E3B: lj_cf_package_loader_preload (lib_package.c:416)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_strfmt_pushvf
fun:lua_pushfstring
fun:lj_cf_package_loader_preload
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 52 bytes in 1 blocks are definitely lost in loss record 1,772 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54719B7: lj_buf_str (lj_buf.h:100)
==14253== by 0x54719B7: lj_strfmt_pushvf (lj_strfmt.c:456)
==14253== by 0x54758BB: lua_pushfstring (lj_api.c:671)
==14253== by 0x546DF2C: luaL_traceback (lj_debug.c:690)
==14253== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5476E36: lua_settable (lj_api.c:959)
==14253== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14253== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14253== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_strfmt_pushvf
fun:lua_pushfstring
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 54 bytes in 2 blocks are definitely lost in loss record 1,774 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14253== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 60 bytes in 2 blocks are definitely lost in loss record 1,790 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14253== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 61 bytes in 2 blocks are definitely lost in loss record 1,791 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54719B7: lj_buf_str (lj_buf.h:100)
==14253== by 0x54719B7: lj_strfmt_pushvf (lj_strfmt.c:456)
==14253== by 0x54758BB: lua_pushfstring (lj_api.c:671)
==14253== by 0x546DED9: luaL_traceback (lj_debug.c:679)
==14253== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5476E36: lua_settable (lj_api.c:959)
==14253== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14253== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14253== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_strfmt_pushvf
fun:lua_pushfstring
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 63 bytes in 2 blocks are definitely lost in loss record 1,795 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547E2F1: parse_args (lj_parse.c:1898)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F6D4: parse_then (lj_parse.c:2591)
==14253== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14253== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14253== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547EE83: parse_func (lj_parse.c:2286)
==14253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 64 bytes in 1 blocks are definitely lost in loss record 1,831 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14253== by 0x54C073D: luaopen_math (lib_math.c:221)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 1,832 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==14253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 64 bytes in 2 blocks are definitely lost in loss record 1,833 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==14253== by 0x54C6353: luaopen_package (lib_package.c:619)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 64 bytes in 2 blocks are definitely lost in loss record 1,834 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 64 bytes in 2 blocks are definitely lost in loss record 1,835 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 64 bytes in 2 blocks are definitely lost in loss record 1,836 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51777D: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:103)
==14253== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 64 bytes in 2 blocks are definitely lost in loss record 1,837 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x51777D: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:103)
==14253== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4639FE: ngx_http_send_special (ngx_http_request.c:3410)
==14253== by 0x4DCA7D: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:131)
==14253== by 0x4DD311: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:362)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_send_special
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 65 bytes in 3 blocks are definitely lost in loss record 1,838 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14253== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==14253== by 0x547F049: parse_for (lj_parse.c:2577)
==14253== by 0x547F049: parse_stmt (lj_parse.c:2638)
==14253== by 0x547F049: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 67 bytes in 3 blocks are definitely lost in loss record 1,840 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 72 bytes in 1 blocks are definitely lost in loss record 1,855 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468EB7: newtab (lj_tab.c:109)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54C61FC: luaopen_package (lib_package.c:597)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 72 bytes in 1 blocks are definitely lost in loss record 1,856 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468EB7: newtab (lj_tab.c:109)
==14253== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==14253== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 1,857 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14253== by 0x54B7C74: clib_new (lj_clib.c:398)
==14253== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==14253== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 72 bytes in 1 blocks are definitely lost in loss record 1,858 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54762EB: lua_getfield (lj_api.c:800)
==14253== by 0x503895: ngx_http_lua_cache_load_code (ngx_http_lua_cache.c:55)
==14253== by 0x5039D3: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:162)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:ngx_http_lua_cache_load_code
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 80 bytes in 1 blocks are definitely lost in loss record 1,882 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==14253== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==14253== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==14253== by 0x54C278F: luaopen_string (lib_string.c:739)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 82 bytes in 1 blocks are definitely lost in loss record 1,883 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14253== by 0x502F07: ngx_http_lua_new_state (ngx_http_lua_util.c:289)
==14253== by 0x502F07: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 88 bytes in 4 blocks are definitely lost in loss record 1,889 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14253== by 0x54C4976: luaopen_io (lib_io.c:533)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 96 bytes in 1 blocks are definitely lost in loss record 1,910 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 96 bytes in 1 blocks are definitely lost in loss record 1,911 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==14253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 96 bytes in 1 blocks are definitely lost in loss record 1,912 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==14253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 96 bytes in 1 blocks are definitely lost in loss record 1,913 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==14253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 96 bytes in 1 blocks are definitely lost in loss record 1,914 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14253== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 96 bytes in 1 blocks are definitely lost in loss record 1,915 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14253== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 96 bytes in 1 blocks are definitely lost in loss record 1,916 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14253== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547C49B: expr_field (lj_parse.c:1673)
==14253== by 0x547E47F: expr_primary (lj_parse.c:1950)
==14253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==14253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==14253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547E302: parse_args (lj_parse.c:1902)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_field
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 96 bytes in 1 blocks are definitely lost in loss record 1,917 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==14253== by 0x5476F58: lua_setfield (lj_api.c:972)
==14253== by 0x54C5657: modinit (lib_package.c:507)
==14253== by 0x54C5657: lj_cf_package_module (lib_package.c:520)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:modinit
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 96 bytes in 3 blocks are definitely lost in loss record 1,918 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==14253== by 0x54C61DB: luaopen_package (lib_package.c:595)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 96 bytes in 3 blocks are definitely lost in loss record 1,919 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 100 bytes in 5 blocks are definitely lost in loss record 1,920 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A70B: func_newL (lj_func.c:122)
==14253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14253== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==14253== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==14253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 108 bytes in 5 blocks are definitely lost in loss record 1,921 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14253== by 0x54C48FD: luaopen_io (lib_io.c:530)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 114 bytes in 5 blocks are definitely lost in loss record 1,929 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==14253== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==14253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 119 bytes in 1 blocks are definitely lost in loss record 1,930 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5475745: lua_pushstring (lj_api.c:652)
==14253== by 0x54C607A: setpath (lib_package.c:555)
==14253== by 0x54C62B3: luaopen_package (lib_package.c:611)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 120 bytes in 1 blocks are definitely lost in loss record 1,936 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14253== by 0x547C960: parse_body (lj_parse.c:1855)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 120 bytes in 5 blocks are definitely lost in loss record 1,937 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546AB0F: func_finduv (lj_func.c:52)
==14253== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==14253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 125 bytes in 6 blocks are definitely lost in loss record 1,940 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5475745: lua_pushstring (lj_api.c:652)
==14253== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 126 bytes in 1 blocks are definitely lost in loss record 1,941 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14253== by 0x547C960: parse_body (lj_parse.c:1855)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547EF73: parse_return (lj_parse.c:2316)
==14253== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==14253== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 128 bytes in 4 blocks are definitely lost in loss record 1,961 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14253== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==14253== by 0x54C6212: luaopen_package (lib_package.c:599)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 128 bytes in 4 blocks are definitely lost in loss record 1,962 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 130 bytes in 1 blocks are definitely lost in loss record 1,963 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14253== by 0x547C960: parse_body (lj_parse.c:1855)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 142 bytes in 6 blocks are definitely lost in loss record 1,966 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14253== by 0x54C01DF: luaopen_base (lib_base.c:708)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 157 bytes in 6 blocks are definitely lost in loss record 1,975 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14253== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 162 bytes in 1 blocks are definitely lost in loss record 1,984 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14253== by 0x547C960: parse_body (lj_parse.c:1855)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 162 bytes in 2 blocks are definitely lost in loss record 1,985 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14253== by 0x4E7FAB: log_wrapper (ngx_http_lua_log.c:190)
==14253== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==14253== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 162 bytes in 2 blocks are definitely lost in loss record 1,986 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14253== by 0x4E7FAB: log_wrapper (ngx_http_lua_log.c:190)
==14253== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==14253== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4639FE: ngx_http_send_special (ngx_http_request.c:3410)
==14253== by 0x4DCA7D: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:131)
==14253== by 0x4DD311: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:362)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_send_special
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 168 bytes in 2 blocks are definitely lost in loss record 1,990 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14253== by 0x4E7FAB: log_wrapper (ngx_http_lua_log.c:190)
==14253== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x50D5A4: ngx_http_lua_socket_tcp_resume_helper (ngx_http_lua_socket_tcp.c:5994)
==14253== by 0x50D9A0: ngx_http_lua_socket_tcp_conn_resume (ngx_http_lua_socket_tcp.c:5900)
==14253== by 0x503C8A: ngx_http_lua_content_wev_handler (ngx_http_lua_contentby.c:150)
==14253== by 0x50B910: ngx_http_lua_socket_handle_conn_success (ngx_http_lua_socket_tcp.c:3471)
==14253== by 0x50E9C4: ngx_http_lua_socket_connected_handler (ngx_http_lua_socket_tcp.c:3739)
==14253== by 0x50BBD6: ngx_http_lua_socket_tcp_handler (ngx_http_lua_socket_tcp.c:3255)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_socket_tcp_resume_helper
fun:ngx_http_lua_socket_tcp_conn_resume
fun:ngx_http_lua_content_wev_handler
fun:ngx_http_lua_socket_handle_conn_success
fun:ngx_http_lua_socket_connected_handler
fun:ngx_http_lua_socket_tcp_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 172 bytes in 5 blocks are definitely lost in loss record 1,991 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A70B: func_newL (lj_func.c:122)
==14253== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==14253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 176 bytes in 2 blocks are definitely lost in loss record 1,997 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==14253== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==14253== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==14253== by 0x54C0761: luaopen_math (lib_math.c:223)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 186 bytes in 8 blocks are definitely lost in loss record 2,001 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14253== by 0x54C528D: luaopen_os (lib_os.c:289)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 192 bytes in 1 blocks are definitely lost in loss record 2,005 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C01DF: luaopen_base (lib_base.c:708)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 192 bytes in 1 blocks are definitely lost in loss record 2,006 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==14253== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14253== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 192 bytes in 1 blocks are definitely lost in loss record 2,007 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==14253== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14253== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 192 bytes in 1 blocks are definitely lost in loss record 2,008 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==14253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 192 bytes in 1 blocks are definitely lost in loss record 2,009 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 192 bytes in 1 blocks are definitely lost in loss record 2,010 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 192 bytes in 1 blocks are definitely lost in loss record 2,011 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==14253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 192 bytes in 1 blocks are definitely lost in loss record 2,012 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==14253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 192 bytes in 1 blocks are definitely lost in loss record 2,013 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14253== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547B387: lex_match (lj_parse.c:1006)
==14253== by 0x547E31E: parse_args (lj_parse.c:1906)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==14253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==14253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547F25B: parse_local (lj_parse.c:2261)
==14253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:lex_match
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 192 bytes in 1 blocks are definitely lost in loss record 2,014 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14253== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547B387: lex_match (lj_parse.c:1006)
==14253== by 0x547E31E: parse_args (lj_parse.c:1906)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==14253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==14253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547EF73: parse_return (lj_parse.c:2316)
==14253== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==14253== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547EF73: parse_return (lj_parse.c:2316)
==14253== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==14253== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:lex_match
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 192 bytes in 1 blocks are definitely lost in loss record 2,015 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14253== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547EB7F: parse_local (lj_parse.c:2260)
==14253== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==14253== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 192 bytes in 4 blocks are definitely lost in loss record 2,016 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x50B77C: ngx_http_lua_socket_tcp (ngx_http_lua_socket_tcp.c:440)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_socket_tcp
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 192 bytes in 6 blocks are definitely lost in loss record 2,017 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 194 bytes in 9 blocks are definitely lost in loss record 2,018 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14253== by 0x54C278F: luaopen_string (lib_string.c:739)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 200 bytes in 1 blocks are definitely lost in loss record 2,020 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14253== by 0x547F857: lj_parse (lj_parse.c:2721)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==14253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 212 bytes in 1 blocks are definitely lost in loss record 2,023 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14253== by 0x547C960: parse_body (lj_parse.c:1855)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==14253== by 0x547F049: parse_for (lj_parse.c:2577)
==14253== by 0x547F049: parse_stmt (lj_parse.c:2638)
==14253== by 0x547F049: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 216 bytes in 10 blocks are definitely lost in loss record 2,024 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14253== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 2,025 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14253== by 0x547F857: lj_parse (lj_parse.c:2721)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 224 bytes in 7 blocks are definitely lost in loss record 2,029 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54C01DF: luaopen_base (lib_base.c:708)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 230 bytes in 10 blocks are definitely lost in loss record 2,032 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==14253== by 0x54C01C2: luaopen_base (lib_base.c:707)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 232 (154 direct, 78 indirect) bytes in 1 blocks are definitely lost in loss record 2,033 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14253== by 0x547F857: lj_parse (lj_parse.c:2721)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 243 bytes in 11 blocks are definitely lost in loss record 2,034 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14253== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 256 bytes in 1 blocks are definitely lost in loss record 2,042 of 2,285
==14253== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5467FB9: buf_grow (lj_buf.c:25)
==14253== by 0x546804A: lj_buf_more2 (lj_buf.c:46)
==14253== by 0x546BA1E: lj_buf_more (lj_buf.h:64)
==14253== by 0x546BA1E: lj_meta_cat (lj_meta.c:287)
==14253== by 0x547602F: lua_concat (lj_api.c:761)
==14253== by 0x546DFF6: luaL_traceback (lj_debug.c:697)
==14253== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5476E36: lua_settable (lj_api.c:959)
==14253== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14253== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14253== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_more2
fun:lj_buf_more
fun:lj_meta_cat
fun:lua_concat
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 288 bytes in 9 blocks are definitely lost in loss record 2,051 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54C48FD: luaopen_io (lib_io.c:530)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 292 bytes in 4 blocks are definitely lost in loss record 2,052 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14253== by 0x4E7FAB: log_wrapper (ngx_http_lua_log.c:190)
==14253== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x50D5A4: ngx_http_lua_socket_tcp_resume_helper (ngx_http_lua_socket_tcp.c:5994)
==14253== by 0x50D9B3: ngx_http_lua_socket_tcp_read_resume (ngx_http_lua_socket_tcp.c:5907)
==14253== by 0x503C8A: ngx_http_lua_content_wev_handler (ngx_http_lua_contentby.c:150)
==14253== by 0x510C6E: ngx_http_lua_socket_handle_read_success (ngx_http_lua_socket_tcp.c:3508)
==14253== by 0x510C6E: ngx_http_lua_socket_tcp_read (ngx_http_lua_socket_tcp.c:2518)
==14253== by 0x5113D8: ngx_http_lua_socket_read_handler (ngx_http_lua_socket_tcp.c:3307)
==14253== by 0x50BBE3: ngx_http_lua_socket_tcp_handler (ngx_http_lua_socket_tcp.c:3258)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_socket_tcp_resume_helper
fun:ngx_http_lua_socket_tcp_read_resume
fun:ngx_http_lua_content_wev_handler
fun:ngx_http_lua_socket_handle_read_success
fun:ngx_http_lua_socket_tcp_read
fun:ngx_http_lua_socket_read_handler
fun:ngx_http_lua_socket_tcp_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 301 (265 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 2,053 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14253== by 0x547F857: lj_parse (lj_parse.c:2721)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 308 bytes in 4 blocks are definitely lost in loss record 2,058 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14253== by 0x4E7FAB: log_wrapper (ngx_http_lua_log.c:190)
==14253== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x50D5A4: ngx_http_lua_socket_tcp_resume_helper (ngx_http_lua_socket_tcp.c:5994)
==14253== by 0x50D9C6: ngx_http_lua_socket_tcp_write_resume (ngx_http_lua_socket_tcp.c:5914)
==14253== by 0x503C8A: ngx_http_lua_content_wev_handler (ngx_http_lua_contentby.c:150)
==14253== by 0x5100D3: ngx_http_lua_socket_handle_write_success (ngx_http_lua_socket_tcp.c:3545)
==14253== by 0x5100D3: ngx_http_lua_socket_send (ngx_http_lua_socket_tcp.c:3398)
==14253== by 0x5109BD: ngx_http_lua_socket_send_handler (ngx_http_lua_socket_tcp.c:3338)
==14253== by 0x50BBD6: ngx_http_lua_socket_tcp_handler (ngx_http_lua_socket_tcp.c:3255)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_socket_tcp_resume_helper
fun:ngx_http_lua_socket_tcp_write_resume
fun:ngx_http_lua_content_wev_handler
fun:ngx_http_lua_socket_handle_write_success
fun:ngx_http_lua_socket_send
fun:ngx_http_lua_socket_send_handler
fun:ngx_http_lua_socket_tcp_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 310 bytes in 1 blocks are definitely lost in loss record 2,059 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14253== by 0x547C960: parse_body (lj_parse.c:1855)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 320 bytes in 4 blocks are definitely lost in loss record 2,065 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x5468EB7: newtab (lj_tab.c:109)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x50B77C: ngx_http_lua_socket_tcp (ngx_http_lua_socket_tcp.c:440)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_socket_tcp
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 323 (291 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,066 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14253== by 0x547F857: lj_parse (lj_parse.c:2721)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 352 bytes in 11 blocks are definitely lost in loss record 2,071 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54C4976: luaopen_io (lib_io.c:533)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 352 bytes in 11 blocks are definitely lost in loss record 2,072 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54C528D: luaopen_os (lib_os.c:289)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 355 bytes in 17 blocks are definitely lost in loss record 2,073 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14253== by 0x54C0761: luaopen_math (lib_math.c:223)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 360 bytes in 15 blocks are definitely lost in loss record 2,079 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546AB0F: func_finduv (lj_func.c:52)
==14253== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==14253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,087 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==14253== by 0x5476F58: lua_setfield (lj_api.c:972)
==14253== by 0x54C6335: luaopen_package (lib_package.c:617)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,088 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,089 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C48FD: luaopen_io (lib_io.c:530)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,090 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C4976: luaopen_io (lib_io.c:533)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,091 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C528D: luaopen_os (lib_os.c:289)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,092 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C278F: luaopen_string (lib_string.c:739)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,093 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,094 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,095 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,096 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==14253== by 0x5476F58: lua_setfield (lj_api.c:972)
==14253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14253== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,097 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==14253== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14253== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,098 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,099 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,100 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14253== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547D50F: expr_simple (lj_parse.c:2014)
==14253== by 0x547D50F: expr_unop (lj_parse.c:2077)
==14253== by 0x547D50F: expr_binop (lj_parse.c:2090)
==14253== by 0x547CF53: expr_binop (lj_parse.c:2098)
==14253== by 0x547DA01: expr (lj_parse.c:2109)
==14253== by 0x547DA01: expr_cond (lj_parse.c:2124)
==14253== by 0x547F6BD: parse_then (lj_parse.c:2589)
==14253== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14253== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14253== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F6D4: parse_then (lj_parse.c:2591)
==14253== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14253== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14253== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==14253== by 0x547F049: parse_for (lj_parse.c:2577)
==14253== by 0x547F049: parse_stmt (lj_parse.c:2638)
==14253== by 0x547F049: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 1 blocks are definitely lost in loss record 2,101 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14253== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547EE27: parse_func (lj_parse.c:2277)
==14253== by 0x547EE27: parse_stmt (lj_parse.c:2644)
==14253== by 0x547EE27: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 384 bytes in 12 blocks are definitely lost in loss record 2,102 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 409 bytes in 1 blocks are definitely lost in loss record 2,106 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14253== by 0x4E7FAB: log_wrapper (ngx_http_lua_log.c:190)
==14253== by 0x4E82DC: ngx_http_lua_ngx_log (ngx_http_lua_log.c:59)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5476E36: lua_settable (lj_api.c:959)
==14253== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14253== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14253== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:log_wrapper
fun:ngx_http_lua_ngx_log
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 416 bytes in 13 blocks are definitely lost in loss record 2,107 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54C278F: luaopen_string (lib_string.c:739)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 432 (72 direct, 360 indirect) bytes in 1 blocks are definitely lost in loss record 2,109 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546E802: lj_state_new (lj_state.c:275)
==14253== by 0x5475E8A: lua_newthread (lj_api.c:737)
==14253== by 0x51D919: ngx_http_lua_ngx_timer_helper (ngx_http_lua_timer.c:217)
==14253== by 0x51DDD5: ngx_http_lua_ngx_timer_at (ngx_http_lua_timer.c:114)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==14253== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4639FE: ngx_http_send_special (ngx_http_request.c:3410)
==14253== by 0x4DCA7D: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:131)
==14253== by 0x4DD311: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:362)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_state_new
fun:lua_newthread
fun:ngx_http_lua_ngx_timer_helper
fun:ngx_http_lua_ngx_timer_at
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_send_special
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 437 (405 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,110 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14253== by 0x547F857: lj_parse (lj_parse.c:2721)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 438 bytes in 19 blocks are definitely lost in loss record 2,111 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==14253== by 0x546E387: cpluaopen (lj_state.c:152)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x546E64F: lua_newstate (lj_state.c:222)
==14253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==14253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==14253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 464 bytes in 22 blocks are definitely lost in loss record 2,118 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==14253== by 0x546E38F: cpluaopen (lj_state.c:153)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x546E64F: lua_newstate (lj_state.c:222)
==14253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==14253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==14253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 485 bytes in 20 blocks are definitely lost in loss record 2,121 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14253== by 0x54C01C2: luaopen_base (lib_base.c:707)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 508 bytes in 6 blocks are definitely lost in loss record 2,129 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14253== by 0x4E7FAB: log_wrapper (ngx_http_lua_log.c:190)
==14253== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 512 bytes in 16 blocks are definitely lost in loss record 2,140 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 544 bytes in 17 blocks are definitely lost in loss record 2,146 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 576 bytes in 18 blocks are definitely lost in loss record 2,152 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 577 bytes in 1 blocks are definitely lost in loss record 2,153 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14253== by 0x547C960: parse_body (lj_parse.c:1855)
==14253== by 0x547EE83: parse_func (lj_parse.c:2286)
==14253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 760 bytes in 5 blocks are definitely lost in loss record 2,174 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==14253== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==14253== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==14253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 768 bytes in 1 blocks are definitely lost in loss record 2,177 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14253== by 0x54C0761: luaopen_math (lib_math.c:223)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 768 bytes in 1 blocks are definitely lost in loss record 2,178 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==14253== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14253== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 768 bytes in 1 blocks are definitely lost in loss record 2,179 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==14253== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14253== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 768 bytes in 1 blocks are definitely lost in loss record 2,180 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==14253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 768 bytes in 1 blocks are definitely lost in loss record 2,181 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x547710F: lua_rawset (lj_api.c:991)
==14253== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==14253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 768 bytes in 1 blocks are definitely lost in loss record 2,182 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14253== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14253== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==14253== by 0x547F049: parse_for (lj_parse.c:2577)
==14253== by 0x547F049: parse_stmt (lj_parse.c:2638)
==14253== by 0x547F049: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 768 bytes in 1 blocks are definitely lost in loss record 2,183 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14253== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14253== by 0x547D9D7: expr_list (lj_parse.c:1877)
==14253== by 0x547E302: parse_args (lj_parse.c:1902)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547F172: parse_local (lj_parse.c:2248)
==14253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 768 bytes in 1 blocks are definitely lost in loss record 2,184 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14253== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547E2F1: parse_args (lj_parse.c:1898)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 768 bytes in 1 blocks are definitely lost in loss record 2,185 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14253== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 768 bytes in 1 blocks are definitely lost in loss record 2,186 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14253== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 768 bytes in 1 blocks are definitely lost in loss record 2,187 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14253== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14253== by 0x547983F: lex_scan (lj_lex.c:301)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547C49B: expr_field (lj_parse.c:1673)
==14253== by 0x547E47F: expr_primary (lj_parse.c:1950)
==14253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==14253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==14253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==14253== by 0x547D9A5: expr (lj_parse.c:2109)
==14253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14253== by 0x547E302: parse_args (lj_parse.c:1902)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F6D4: parse_then (lj_parse.c:2591)
==14253== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14253== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14253== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14253== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_field
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 768 bytes in 1 blocks are definitely lost in loss record 2,188 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==14253== by 0x5476F58: lua_setfield (lj_api.c:972)
==14253== by 0x54C54AC: lj_cf_package_require (lib_package.c:457)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 848 bytes in 26 blocks are definitely lost in loss record 2,199 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54C0761: luaopen_math (lib_math.c:223)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 1,000 bytes in 27 blocks are definitely lost in loss record 2,211 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14253== by 0x54C01C2: luaopen_base (lib_base.c:707)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 1,272 (144 direct, 1,128 indirect) bytes in 2 blocks are definitely lost in loss record 2,224 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14253== by 0x546E802: lj_state_new (lj_state.c:275)
==14253== by 0x5475E8A: lua_newthread (lj_api.c:737)
==14253== by 0x51D919: ngx_http_lua_ngx_timer_helper (ngx_http_lua_timer.c:217)
==14253== by 0x51DDD5: ngx_http_lua_ngx_timer_at (ngx_http_lua_timer.c:114)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14253== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==14253== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14253== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14253== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14253== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14253== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14253== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14253== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14253== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14253== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14253== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==14253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==14253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==14253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==14253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==14253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==14253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==14253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==14253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_state_new
fun:lua_newthread
fun:ngx_http_lua_ngx_timer_helper
fun:ngx_http_lua_ngx_timer_at
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 1,494 bytes in 61 blocks are definitely lost in loss record 2,236 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468C42: lj_str_new (lj_str.c:220)
==14253== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==14253== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 1,536 bytes in 1 blocks are definitely lost in loss record 2,238 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x546E332: cpluaopen (lj_state.c:149)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x546E64F: lua_newstate (lj_state.c:222)
==14253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==14253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==14253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 1,536 bytes in 1 blocks are definitely lost in loss record 2,239 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5469CC4: newhpart (lj_tab.c:66)
==14253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14253== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14253== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14253== by 0x5479986: lex_string (lj_lex.c:280)
==14253== by 0x5479986: lex_scan (lj_lex.c:364)
==14253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14253== by 0x547E2F1: parse_args (lj_parse.c:1898)
==14253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F688: parse_block (lj_parse.c:2402)
==14253== by 0x547F296: parse_if (lj_parse.c:2611)
==14253== by 0x547F296: parse_stmt (lj_parse.c:2627)
==14253== by 0x547F296: parse_chunk (lj_parse.c:2685)
==14253== by 0x547C930: parse_body (lj_parse.c:1853)
==14253== by 0x547EE83: parse_func (lj_parse.c:2286)
==14253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14253== by 0x548153A: cpparser (lj_load.c:41)
==14253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x548165A: lua_loadx (lj_load.c:58)
==14253== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14253== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 1,792 bytes in 4 blocks are definitely lost in loss record 2,246 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14253== by 0x513894: ngx_http_lua_socket_tcp_connect (ngx_http_lua_socket_tcp.c:1031)
==14253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14253== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14253== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14253== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14253== by 0x422F5B: main (nginx.c:382)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:ngx_http_lua_socket_tcp_connect
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 2,257 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==14253== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==14253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
106-timer.t TEST 12: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14253== 3,072 bytes in 1 blocks are definitely lost in loss record 2,264 of 2,285
==14253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14253== by 0x5468F18: newhpart (lj_tab.c:66)
==14253== by 0x5468F18: newtab (lj_tab.c:145)
==14253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14253== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==14253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14253== by 0x459663: ngx_http_block (ngx_http.c:312)
==14253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14253== by 0x422D15: main (nginx.c:294)
==14253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 18 bytes in 1 blocks are definitely lost in loss record 425 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547C839: parse_params (lj_parse.c:1813)
==14328== by 0x547C839: parse_body (lj_parse.c:1849)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14328== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14328== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_params
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 18 bytes in 1 blocks are definitely lost in loss record 426 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==14328== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 18 bytes in 1 blocks are definitely lost in loss record 427 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54719B7: lj_buf_str (lj_buf.h:100)
==14328== by 0x54719B7: lj_strfmt_pushvf (lj_strfmt.c:456)
==14328== by 0x54758BB: lua_pushfstring (lj_api.c:671)
==14328== by 0x546DDEB: luaL_traceback (lj_debug.c:659)
==14328== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5476E36: lua_settable (lj_api.c:959)
==14328== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14328== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14328== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_strfmt_pushvf
fun:lua_pushfstring
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 18 bytes in 1 blocks are definitely lost in loss record 428 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54716A7: lj_strfmt_int (lj_strfmt.c:356)
==14328== by 0x54750D8: lua_tolstring (lj_api.c:500)
==14328== by 0x4E7ED1: log_wrapper (ngx_http_lua_log.c:146)
==14328== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x50D5A4: ngx_http_lua_socket_tcp_resume_helper (ngx_http_lua_socket_tcp.c:5994)
==14328== by 0x50D9A0: ngx_http_lua_socket_tcp_conn_resume (ngx_http_lua_socket_tcp.c:5900)
==14328== by 0x503C8A: ngx_http_lua_content_wev_handler (ngx_http_lua_contentby.c:150)
==14328== by 0x50B910: ngx_http_lua_socket_handle_conn_success (ngx_http_lua_socket_tcp.c:3471)
==14328== by 0x50E9C4: ngx_http_lua_socket_connected_handler (ngx_http_lua_socket_tcp.c:3739)
==14328== by 0x50BBD6: ngx_http_lua_socket_tcp_handler (ngx_http_lua_socket_tcp.c:3255)
==14328== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14328== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_strfmt_int
fun:lua_tolstring
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_socket_tcp_resume_helper
fun:ngx_http_lua_socket_tcp_conn_resume
fun:ngx_http_lua_content_wev_handler
fun:ngx_http_lua_socket_handle_conn_success
fun:ngx_http_lua_socket_connected_handler
fun:ngx_http_lua_socket_tcp_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 19 bytes in 1 blocks are definitely lost in loss record 431 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54C00A1: luaopen_base (lib_base.c:704)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 19 bytes in 1 blocks are definitely lost in loss record 432 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==14328== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 19 bytes in 1 blocks are definitely lost in loss record 433 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==14328== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 19 bytes in 1 blocks are definitely lost in loss record 434 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==14328== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 19 bytes in 1 blocks are definitely lost in loss record 435 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547DA48: expr_bracket (lj_parse.c:1681)
==14328== by 0x547E49F: expr_primary (lj_parse.c:1954)
==14328== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==14328== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==14328== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547F25B: parse_local (lj_parse.c:2261)
==14328== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==14328== by 0x547F049: parse_for (lj_parse.c:2577)
==14328== by 0x547F049: parse_stmt (lj_parse.c:2638)
==14328== by 0x547F049: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_bracket
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 19 bytes in 1 blocks are definitely lost in loss record 436 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14328== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14328== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14328== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 19 bytes in 1 blocks are definitely lost in loss record 437 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547C49B: expr_field (lj_parse.c:1673)
==14328== by 0x547E47F: expr_primary (lj_parse.c:1950)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14328== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_field
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 19 bytes in 1 blocks are definitely lost in loss record 438 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54C55FC: modinit (lib_package.c:500)
==14328== by 0x54C55FC: lj_cf_package_module (lib_package.c:520)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:modinit
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 19 bytes in 1 blocks are definitely lost in loss record 439 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54716A7: lj_strfmt_int (lj_strfmt.c:356)
==14328== by 0x54750D8: lua_tolstring (lj_api.c:500)
==14328== by 0x4E7ED1: log_wrapper (ngx_http_lua_log.c:146)
==14328== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x50D5A4: ngx_http_lua_socket_tcp_resume_helper (ngx_http_lua_socket_tcp.c:5994)
==14328== by 0x50D9C6: ngx_http_lua_socket_tcp_write_resume (ngx_http_lua_socket_tcp.c:5914)
==14328== by 0x503C8A: ngx_http_lua_content_wev_handler (ngx_http_lua_contentby.c:150)
==14328== by 0x5100D3: ngx_http_lua_socket_handle_write_success (ngx_http_lua_socket_tcp.c:3545)
==14328== by 0x5100D3: ngx_http_lua_socket_send (ngx_http_lua_socket_tcp.c:3398)
==14328== by 0x5109BD: ngx_http_lua_socket_send_handler (ngx_http_lua_socket_tcp.c:3338)
==14328== by 0x50BBD6: ngx_http_lua_socket_tcp_handler (ngx_http_lua_socket_tcp.c:3255)
==14328== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14328== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_strfmt_int
fun:lua_tolstring
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_socket_tcp_resume_helper
fun:ngx_http_lua_socket_tcp_write_resume
fun:ngx_http_lua_content_wev_handler
fun:ngx_http_lua_socket_handle_write_success
fun:ngx_http_lua_socket_send
fun:ngx_http_lua_socket_send_handler
fun:ngx_http_lua_socket_tcp_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 445 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==14328== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==14328== by 0x54C278F: luaopen_string (lib_string.c:739)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 446 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A70B: func_newL (lj_func.c:122)
==14328== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14328== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==14328== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==14328== by 0x54C278F: luaopen_string (lib_string.c:739)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 447 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==14328== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==14328== by 0x54C0761: luaopen_math (lib_math.c:223)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 448 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14328== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 449 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14328== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 450 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 451 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==14328== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14328== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 452 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14328== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==14328== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 453 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==14328== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==14328== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 454 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==14328== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 455 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 456 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 457 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A70B: func_newL (lj_func.c:122)
==14328== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14328== by 0x5481548: cpparser (lj_load.c:42)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==14328== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 458 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==14328== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 459 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 460 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547EB7F: parse_local (lj_parse.c:2260)
==14328== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==14328== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 461 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A70B: func_newL (lj_func.c:122)
==14328== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14328== by 0x5481548: cpparser (lj_load.c:42)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 462 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==14328== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 463 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==14328== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 464 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14328== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F6D4: parse_then (lj_parse.c:2591)
==14328== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14328== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14328== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14328== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14328== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==14328== by 0x547F049: parse_for (lj_parse.c:2577)
==14328== by 0x547F049: parse_stmt (lj_parse.c:2638)
==14328== by 0x547F049: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 465 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A70B: func_newL (lj_func.c:122)
==14328== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14328== by 0x5481548: cpparser (lj_load.c:42)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 466 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A70B: func_newL (lj_func.c:122)
==14328== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14328== by 0x5481548: cpparser (lj_load.c:42)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 467 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14328== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 468 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547EB6E: parse_local (lj_parse.c:2259)
==14328== by 0x547EB6E: parse_stmt (lj_parse.c:2648)
==14328== by 0x547EB6E: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14328== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 469 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A70B: func_newL (lj_func.c:122)
==14328== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14328== by 0x5481548: cpparser (lj_load.c:42)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14328== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 20 bytes in 1 blocks are definitely lost in loss record 470 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A70B: func_newL (lj_func.c:122)
==14328== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14328== by 0x5481548: cpparser (lj_load.c:42)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 21 bytes in 1 blocks are definitely lost in loss record 476 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54C6293: luaopen_package (lib_package.c:610)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 21 bytes in 1 blocks are definitely lost in loss record 477 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==14328== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 21 bytes in 1 blocks are definitely lost in loss record 478 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==14328== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 21 bytes in 1 blocks are definitely lost in loss record 479 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==14328== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==14328== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 21 bytes in 1 blocks are definitely lost in loss record 480 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==14328== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==14328== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 21 bytes in 1 blocks are definitely lost in loss record 481 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==14328== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==14328== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 21 bytes in 1 blocks are definitely lost in loss record 482 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==14328== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 21 bytes in 1 blocks are definitely lost in loss record 483 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 21 bytes in 1 blocks are definitely lost in loss record 484 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==14328== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 21 bytes in 1 blocks are definitely lost in loss record 485 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14328== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==14328== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 21 bytes in 1 blocks are definitely lost in loss record 486 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==14328== by 0x547D108: expr_binop (lj_parse.c:2098)
==14328== by 0x547DA01: expr (lj_parse.c:2109)
==14328== by 0x547DA01: expr_cond (lj_parse.c:2124)
==14328== by 0x547F6BD: parse_then (lj_parse.c:2589)
==14328== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14328== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14328== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 21 bytes in 1 blocks are definitely lost in loss record 487 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547EB3B: parse_local (lj_parse.c:2240)
==14328== by 0x547EB3B: parse_stmt (lj_parse.c:2648)
==14328== by 0x547EB3B: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 21 bytes in 1 blocks are definitely lost in loss record 488 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547EB6E: parse_local (lj_parse.c:2259)
==14328== by 0x547EB6E: parse_stmt (lj_parse.c:2648)
==14328== by 0x547EB6E: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547EE83: parse_func (lj_parse.c:2286)
==14328== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14328== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 22 bytes in 1 blocks are definitely lost in loss record 497 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54C4959: luaopen_io (lib_io.c:532)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 22 bytes in 1 blocks are definitely lost in loss record 498 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54C3CAA: io_std_new (lib_io.c:524)
==14328== by 0x54C4992: luaopen_io (lib_io.c:534)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 22 bytes in 1 blocks are definitely lost in loss record 499 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14328== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 22 bytes in 1 blocks are definitely lost in loss record 500 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==14328== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 22 bytes in 1 blocks are definitely lost in loss record 501 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==14328== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 22 bytes in 1 blocks are definitely lost in loss record 502 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==14328== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==14328== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 22 bytes in 1 blocks are definitely lost in loss record 503 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==14328== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==14328== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 22 bytes in 1 blocks are definitely lost in loss record 504 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 22 bytes in 1 blocks are definitely lost in loss record 505 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==14328== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 22 bytes in 1 blocks are definitely lost in loss record 506 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==14328== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 22 bytes in 1 blocks are definitely lost in loss record 507 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==14328== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 22 bytes in 1 blocks are definitely lost in loss record 508 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==14328== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 22 bytes in 1 blocks are definitely lost in loss record 509 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547C890: parse_params (lj_parse.c:1827)
==14328== by 0x547C890: parse_body (lj_parse.c:1849)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_params
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 22 bytes in 1 blocks are definitely lost in loss record 510 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14328== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547EE83: parse_func (lj_parse.c:2286)
==14328== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14328== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 23 bytes in 1 blocks are definitely lost in loss record 514 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54C62DB: luaopen_package (lib_package.c:613)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 23 bytes in 1 blocks are definitely lost in loss record 515 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54C6308: luaopen_package (lib_package.c:615)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 23 bytes in 1 blocks are definitely lost in loss record 516 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54C3CAA: io_std_new (lib_io.c:524)
==14328== by 0x54C49B4: luaopen_io (lib_io.c:535)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 23 bytes in 1 blocks are definitely lost in loss record 517 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54C3CAA: io_std_new (lib_io.c:524)
==14328== by 0x54C49D3: luaopen_io (lib_io.c:536)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 23 bytes in 1 blocks are definitely lost in loss record 518 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==14328== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==14328== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 23 bytes in 1 blocks are definitely lost in loss record 519 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==14328== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 23 bytes in 1 blocks are definitely lost in loss record 520 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==14328== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 23 bytes in 1 blocks are definitely lost in loss record 521 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 23 bytes in 1 blocks are definitely lost in loss record 522 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==14328== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 23 bytes in 1 blocks are definitely lost in loss record 523 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==14328== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 23 bytes in 1 blocks are definitely lost in loss record 524 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 23 bytes in 1 blocks are definitely lost in loss record 525 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,135 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14328== by 0x54C00F4: luaopen_base (lib_base.c:705)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,136 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54C6243: luaopen_package (lib_package.c:606)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,137 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54C6335: luaopen_package (lib_package.c:617)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,138 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==14328== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,139 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54762EB: lua_getfield (lj_api.c:800)
==14328== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==14328== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,140 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==14328== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14328== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,141 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,142 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,143 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,144 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,145 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==14328== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,146 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==14328== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,147 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==14328== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==14328== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==14328== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547F25B: parse_local (lj_parse.c:2261)
==14328== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,148 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,149 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==14328== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,150 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x5171CD: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:263)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,151 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,152 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 24 bytes in 1 blocks are definitely lost in loss record 1,153 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546AB0F: func_finduv (lj_func.c:52)
==14328== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==14328== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 25 bytes in 1 blocks are definitely lost in loss record 1,158 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14328== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==14328== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==14328== by 0x54C01F8: luaopen_base (lib_base.c:711)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 25 bytes in 1 blocks are definitely lost in loss record 1,159 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14328== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 25 bytes in 1 blocks are definitely lost in loss record 1,160 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 25 bytes in 1 blocks are definitely lost in loss record 1,161 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 25 bytes in 1 blocks are definitely lost in loss record 1,162 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 25 bytes in 1 blocks are definitely lost in loss record 1,163 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==14328== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 25 bytes in 1 blocks are definitely lost in loss record 1,164 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==14328== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 25 bytes in 1 blocks are definitely lost in loss record 1,165 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 25 bytes in 1 blocks are definitely lost in loss record 1,166 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 25 bytes in 1 blocks are definitely lost in loss record 1,167 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 25 bytes in 1 blocks are definitely lost in loss record 1,168 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547EB3B: parse_local (lj_parse.c:2240)
==14328== by 0x547EB3B: parse_stmt (lj_parse.c:2648)
==14328== by 0x547EB3B: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 25 bytes in 1 blocks are definitely lost in loss record 1,169 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54C5657: modinit (lib_package.c:507)
==14328== by 0x54C5657: lj_cf_package_module (lib_package.c:520)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:modinit
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 26 bytes in 1 blocks are definitely lost in loss record 1,175 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14328== by 0x54C3414: luaopen_table (lib_table.c:384)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 26 bytes in 1 blocks are definitely lost in loss record 1,176 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 26 bytes in 1 blocks are definitely lost in loss record 1,177 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 26 bytes in 1 blocks are definitely lost in loss record 1,178 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 26 bytes in 1 blocks are definitely lost in loss record 1,179 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 26 bytes in 1 blocks are definitely lost in loss record 1,180 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 26 bytes in 1 blocks are definitely lost in loss record 1,181 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 26 bytes in 1 blocks are definitely lost in loss record 1,182 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 26 bytes in 1 blocks are definitely lost in loss record 1,183 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 26 bytes in 1 blocks are definitely lost in loss record 1,184 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==14328== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 26 bytes in 1 blocks are definitely lost in loss record 1,185 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 26 bytes in 1 blocks are definitely lost in loss record 1,186 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 26 bytes in 1 blocks are definitely lost in loss record 1,187 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==14328== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,190 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14328== by 0x54C62C7: luaopen_package (lib_package.c:612)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,191 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,192 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,193 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,194 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,195 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,196 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,197 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,198 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==14328== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,199 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==14328== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,200 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==14328== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,201 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==14328== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,202 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==14328== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,203 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,204 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 27 bytes in 1 blocks are definitely lost in loss record 1,205 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547D9D7: expr_list (lj_parse.c:1877)
==14328== by 0x547E302: parse_args (lj_parse.c:1902)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547EE83: parse_func (lj_parse.c:2286)
==14328== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14328== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,209 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14328== by 0x54C343B: luaopen_table (lib_table.c:385)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,210 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14328== by 0x54C3489: luaopen_table (lib_table.c:387)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,211 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14328== by 0x54C34D3: luaopen_table (lib_table.c:389)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,212 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,213 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,214 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,215 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,216 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,217 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,218 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==14328== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,219 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==14328== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,220 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,221 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,222 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==14328== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,223 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,224 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==14328== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,225 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==14328== by 0x547DA01: expr (lj_parse.c:2109)
==14328== by 0x547DA01: expr_cond (lj_parse.c:2124)
==14328== by 0x547F6BD: parse_then (lj_parse.c:2589)
==14328== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14328== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14328== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 28 bytes in 1 blocks are definitely lost in loss record 1,226 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547E2F1: parse_args (lj_parse.c:1898)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547EE83: parse_func (lj_parse.c:2286)
==14328== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14328== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 29 bytes in 1 blocks are definitely lost in loss record 1,229 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 29 bytes in 1 blocks are definitely lost in loss record 1,230 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 29 bytes in 1 blocks are definitely lost in loss record 1,231 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==14328== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 29 bytes in 1 blocks are definitely lost in loss record 1,232 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 29 bytes in 1 blocks are definitely lost in loss record 1,233 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==14328== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 29 bytes in 1 blocks are definitely lost in loss record 1,234 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==14328== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 29 bytes in 1 blocks are definitely lost in loss record 1,235 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==14328== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 29 bytes in 1 blocks are definitely lost in loss record 1,236 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==14328== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 29 bytes in 1 blocks are definitely lost in loss record 1,237 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 29 bytes in 1 blocks are definitely lost in loss record 1,238 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 29 bytes in 1 blocks are definitely lost in loss record 1,239 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,244 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14328== by 0x54C01F8: luaopen_base (lib_base.c:711)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,245 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14328== by 0x54C3462: luaopen_table (lib_table.c:386)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,246 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14328== by 0x54C34B0: luaopen_table (lib_table.c:388)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,247 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,248 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,249 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,250 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,251 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,252 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==14328== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,253 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==14328== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,254 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,255 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,256 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==14328== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,257 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==14328== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 30 bytes in 1 blocks are definitely lost in loss record 1,258 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==14328== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 31 bytes in 1 blocks are definitely lost in loss record 1,262 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 31 bytes in 1 blocks are definitely lost in loss record 1,263 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 31 bytes in 1 blocks are definitely lost in loss record 1,264 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 31 bytes in 1 blocks are definitely lost in loss record 1,265 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 31 bytes in 1 blocks are definitely lost in loss record 1,266 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 31 bytes in 1 blocks are definitely lost in loss record 1,267 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54719B7: lj_buf_str (lj_buf.h:100)
==14328== by 0x54719B7: lj_strfmt_pushvf (lj_strfmt.c:456)
==14328== by 0x54758BB: lua_pushfstring (lj_api.c:671)
==14328== by 0x54C57BC: mksymname (lib_package.c:233)
==14328== by 0x54C5E01: lj_cf_package_loader_preload (lib_package.c:413)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_strfmt_pushvf
fun:lua_pushfstring
fun:mksymname
fun:lj_cf_package_loader_preload
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,375 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x546E344: cpluaopen (lj_state.c:150)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x546E64F: lua_newstate (lj_state.c:222)
==14328== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==14328== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==14328== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,376 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==14328== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C01C2: luaopen_base (lib_base.c:707)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,377 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C01DF: luaopen_base (lib_base.c:708)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,378 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==14328== by 0x54C01F8: luaopen_base (lib_base.c:711)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,379 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14328== by 0x54C01F8: luaopen_base (lib_base.c:711)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,380 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==14328== by 0x54C619B: luaopen_package (lib_package.c:592)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,381 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==14328== by 0x54C61B1: luaopen_package (lib_package.c:593)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,382 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14328== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==14328== by 0x54C61DB: luaopen_package (lib_package.c:595)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,383 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C33ED: luaopen_table (lib_table.c:379)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,384 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14328== by 0x54C3414: luaopen_table (lib_table.c:384)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,385 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14328== by 0x54C343B: luaopen_table (lib_table.c:385)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,386 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14328== by 0x54C3462: luaopen_table (lib_table.c:386)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,387 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14328== by 0x54C3489: luaopen_table (lib_table.c:387)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,388 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14328== by 0x54C34B0: luaopen_table (lib_table.c:388)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,389 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14328== by 0x54C34D3: luaopen_table (lib_table.c:389)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,390 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14328== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C48FD: luaopen_io (lib_io.c:530)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,391 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C4976: luaopen_io (lib_io.c:533)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,392 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C528D: luaopen_os (lib_os.c:289)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,393 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C278F: luaopen_string (lib_string.c:739)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,394 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C0761: luaopen_math (lib_math.c:223)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,395 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,396 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,397 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,398 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14328== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,399 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==14328== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,400 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,401 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,402 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,403 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==14328== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14328== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,404 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==14328== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14328== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,405 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==14328== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14328== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,406 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==14328== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14328== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,407 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==14328== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14328== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,408 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==14328== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14328== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,409 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==14328== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14328== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,410 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==14328== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14328== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,411 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==14328== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14328== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,412 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==14328== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14328== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,413 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,414 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,415 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==14328== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,416 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==14328== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,417 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==14328== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,418 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==14328== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,419 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,420 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==14328== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,421 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==14328== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,422 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==14328== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,423 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==14328== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,424 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==14328== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,425 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==14328== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,426 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==14328== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,427 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,428 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,429 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,430 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,431 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,432 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,433 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,434 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,435 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,436 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,437 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,438 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,439 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==14328== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,440 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,441 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,442 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,443 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,444 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,445 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,446 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,447 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,448 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,449 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,450 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,451 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,452 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==14328== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,453 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==14328== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,454 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==14328== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,455 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==14328== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,456 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==14328== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,457 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==14328== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,458 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==14328== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,459 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==14328== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,460 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==14328== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,461 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==14328== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,462 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==14328== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,463 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==14328== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,464 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==14328== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,465 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==14328== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,466 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==14328== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,467 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==14328== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,468 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,469 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==14328== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,470 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==14328== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,471 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==14328== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,472 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==14328== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,473 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==14328== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,474 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==14328== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,475 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==14328== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,476 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==14328== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,477 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==14328== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,478 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==14328== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,479 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,480 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,481 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,482 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,483 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,484 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,485 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,486 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,487 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==14328== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,488 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==14328== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,489 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==14328== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,490 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==14328== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,491 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==14328== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,492 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==14328== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,493 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==14328== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,494 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==14328== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,495 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==14328== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,496 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==14328== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,497 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==14328== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,498 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==14328== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,499 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==14328== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,500 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==14328== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,501 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==14328== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,502 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==14328== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,503 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==14328== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,504 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==14328== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,505 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,506 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,507 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,508 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,509 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,510 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,511 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,512 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,513 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,514 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,515 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,516 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,517 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,518 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,519 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,520 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,521 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,522 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,523 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,524 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,525 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,526 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,527 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,528 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,529 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,530 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,531 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,532 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,533 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,534 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,535 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,536 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,537 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,538 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,539 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,540 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,541 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==14328== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,542 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==14328== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,543 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==14328== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,544 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==14328== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,545 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==14328== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,546 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==14328== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,547 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==14328== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,548 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==14328== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,549 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==14328== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,550 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==14328== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,551 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==14328== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,552 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==14328== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,553 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==14328== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,554 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==14328== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,555 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==14328== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,556 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==14328== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,557 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==14328== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,558 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==14328== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,559 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==14328== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,560 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==14328== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,561 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==14328== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,562 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==14328== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,563 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==14328== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,564 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==14328== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,565 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==14328== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,566 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==14328== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,567 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==14328== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,568 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==14328== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,569 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==14328== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,570 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==14328== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,571 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,572 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,573 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,574 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,575 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,576 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5479E68: fs_init (lj_parse.c:1617)
==14328== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,577 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5479E68: fs_init (lj_parse.c:1617)
==14328== by 0x547C808: parse_body (lj_parse.c:1846)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14328== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14328== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==14328== by 0x547F049: parse_for (lj_parse.c:2577)
==14328== by 0x547F049: parse_stmt (lj_parse.c:2638)
==14328== by 0x547F049: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,578 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5479E68: fs_init (lj_parse.c:1617)
==14328== by 0x547C808: parse_body (lj_parse.c:1846)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14328== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14328== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,579 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5479E68: fs_init (lj_parse.c:1617)
==14328== by 0x547C808: parse_body (lj_parse.c:1846)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547EF73: parse_return (lj_parse.c:2316)
==14328== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==14328== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14328== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14328== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,580 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==14328== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,581 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5479E68: fs_init (lj_parse.c:1617)
==14328== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,582 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5479E68: fs_init (lj_parse.c:1617)
==14328== by 0x547C808: parse_body (lj_parse.c:1846)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,583 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x547DFA8: expr_table (lj_parse.c:1740)
==14328== by 0x547D619: expr_simple (lj_parse.c:2004)
==14328== by 0x547D619: expr_unop (lj_parse.c:2077)
==14328== by 0x547D619: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9CA: expr (lj_parse.c:2109)
==14328== by 0x547D9CA: expr_list (lj_parse.c:1879)
==14328== by 0x547E302: parse_args (lj_parse.c:1902)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,584 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==14328== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,585 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14328== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14328== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,586 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14328== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14328== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,587 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14328== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14328== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,588 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==14328== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,589 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5479E68: fs_init (lj_parse.c:1617)
==14328== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14328== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,590 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5479E68: fs_init (lj_parse.c:1617)
==14328== by 0x547C808: parse_body (lj_parse.c:1846)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14328== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,591 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5479E68: fs_init (lj_parse.c:1617)
==14328== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,592 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5479E68: fs_init (lj_parse.c:1617)
==14328== by 0x547C808: parse_body (lj_parse.c:1846)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,593 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5479E68: fs_init (lj_parse.c:1617)
==14328== by 0x547C808: parse_body (lj_parse.c:1846)
==14328== by 0x547EE83: parse_func (lj_parse.c:2286)
==14328== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14328== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,594 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14328== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,595 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468F59: newtab (lj_tab.c:124)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54C5EF2: lj_cf_package_seeall (lib_package.c:532)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C5708: dooptions (lib_package.c:492)
==14328== by 0x54C5708: lj_cf_package_module (lib_package.c:524)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lj_cf_package_seeall
fun:lj_BC_FUNCC
fun:dooptions
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 32 bytes in 1 blocks are definitely lost in loss record 1,596 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x546B777: lj_buf_str (lj_buf.h:100)
==14328== by 0x546B777: lj_meta_cat (lj_meta.c:299)
==14328== by 0x547602F: lua_concat (lj_api.c:761)
==14328== by 0x5136C0: ngx_http_lua_socket_tcp_connect (ngx_http_lua_socket_tcp.c:987)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_meta_cat
fun:lua_concat
fun:ngx_http_lua_socket_tcp_connect
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 33 bytes in 1 blocks are definitely lost in loss record 1,598 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 33 bytes in 1 blocks are definitely lost in loss record 1,599 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 33 bytes in 1 blocks are definitely lost in loss record 1,600 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 33 bytes in 1 blocks are definitely lost in loss record 1,601 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==14328== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 33 bytes in 1 blocks are definitely lost in loss record 1,602 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547E2F1: parse_args (lj_parse.c:1898)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14328== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 33 bytes in 1 blocks are definitely lost in loss record 1,603 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14328== by 0x546DE0E: luaL_traceback (lj_debug.c:660)
==14328== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5476E36: lua_settable (lj_api.c:959)
==14328== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14328== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14328== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 34 bytes in 1 blocks are definitely lost in loss record 1,605 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x546E399: cpluaopen (lj_state.c:154)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x546E64F: lua_newstate (lj_state.c:222)
==14328== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==14328== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==14328== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 34 bytes in 1 blocks are definitely lost in loss record 1,606 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 35 bytes in 1 blocks are definitely lost in loss record 1,609 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14328== by 0x54C90D9: luaopen_jit (lib_jit.c:779)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 36 bytes in 1 blocks are definitely lost in loss record 1,615 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 36 bytes in 2 blocks are definitely lost in loss record 1,616 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547D9D7: expr_list (lj_parse.c:1877)
==14328== by 0x547E302: parse_args (lj_parse.c:1902)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==14328== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==14328== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547F25B: parse_local (lj_parse.c:2261)
==14328== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==14328== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 37 bytes in 1 blocks are definitely lost in loss record 1,617 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 37 bytes in 1 blocks are definitely lost in loss record 1,618 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 37 bytes in 1 blocks are definitely lost in loss record 1,619 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 37 bytes in 1 blocks are definitely lost in loss record 1,620 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547E2F1: parse_args (lj_parse.c:1898)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14328== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 37 bytes in 2 blocks are definitely lost in loss record 1,621 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547D9D7: expr_list (lj_parse.c:1877)
==14328== by 0x547E302: parse_args (lj_parse.c:1902)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F296: parse_if (lj_parse.c:2611)
==14328== by 0x547F296: parse_stmt (lj_parse.c:2627)
==14328== by 0x547F296: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547EE83: parse_func (lj_parse.c:2286)
==14328== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14328== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 38 bytes in 1 blocks are definitely lost in loss record 1,624 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 38 bytes in 1 blocks are definitely lost in loss record 1,625 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 38 bytes in 1 blocks are definitely lost in loss record 1,626 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547D9D7: expr_list (lj_parse.c:1877)
==14328== by 0x547E302: parse_args (lj_parse.c:1902)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F6D4: parse_then (lj_parse.c:2591)
==14328== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14328== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14328== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14328== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 38 bytes in 2 blocks are definitely lost in loss record 1,627 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54719B7: lj_buf_str (lj_buf.h:100)
==14328== by 0x54719B7: lj_strfmt_pushvf (lj_strfmt.c:456)
==14328== by 0x54758BB: lua_pushfstring (lj_api.c:671)
==14328== by 0x546DEF2: luaL_traceback (lj_debug.c:681)
==14328== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5476E36: lua_settable (lj_api.c:959)
==14328== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14328== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14328== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_strfmt_pushvf
fun:lua_pushfstring
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 39 bytes in 1 blocks are definitely lost in loss record 1,629 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 39 bytes in 1 blocks are definitely lost in loss record 1,630 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 39 bytes in 1 blocks are definitely lost in loss record 1,631 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 39 bytes in 1 blocks are definitely lost in loss record 1,632 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54719B7: lj_buf_str (lj_buf.h:100)
==14328== by 0x54719B7: lj_strfmt_pushvf (lj_strfmt.c:456)
==14328== by 0x54758BB: lua_pushfstring (lj_api.c:671)
==14328== by 0x546DF65: luaL_traceback (lj_debug.c:683)
==14328== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5476E36: lua_settable (lj_api.c:959)
==14328== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14328== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14328== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_strfmt_pushvf
fun:lua_pushfstring
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 40 bytes in 1 blocks are definitely lost in loss record 1,666 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14328== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14328== by 0x54C3C6A: io_std_new (lib_io.c:517)
==14328== by 0x54C4992: luaopen_io (lib_io.c:534)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 40 bytes in 1 blocks are definitely lost in loss record 1,667 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14328== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14328== by 0x54C3C6A: io_std_new (lib_io.c:517)
==14328== by 0x54C49B4: luaopen_io (lib_io.c:535)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 40 bytes in 1 blocks are definitely lost in loss record 1,668 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14328== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14328== by 0x54C3C6A: io_std_new (lib_io.c:517)
==14328== by 0x54C49D3: luaopen_io (lib_io.c:536)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 40 bytes in 1 blocks are definitely lost in loss record 1,669 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 40 bytes in 1 blocks are definitely lost in loss record 1,670 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 40 bytes in 1 blocks are definitely lost in loss record 1,671 of 2,293
==14328== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==14328== by 0x547DE88: expr_table (lj_parse.c:1746)
==14328== by 0x547D619: expr_simple (lj_parse.c:2004)
==14328== by 0x547D619: expr_unop (lj_parse.c:2077)
==14328== by 0x547D619: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547F25B: parse_local (lj_parse.c:2261)
==14328== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 40 bytes in 1 blocks are definitely lost in loss record 1,672 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A70B: func_newL (lj_func.c:122)
==14328== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==14328== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 40 bytes in 2 blocks are definitely lost in loss record 1,673 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A70B: func_newL (lj_func.c:122)
==14328== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14328== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==14328== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==14328== by 0x54C0761: luaopen_math (lib_math.c:223)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 40 bytes in 2 blocks are definitely lost in loss record 1,674 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==14328== by 0x54C0761: luaopen_math (lib_math.c:223)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 40 bytes in 2 blocks are definitely lost in loss record 1,675 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A70B: func_newL (lj_func.c:122)
==14328== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==14328== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==14328== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 40 bytes in 2 blocks are definitely lost in loss record 1,676 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A70B: func_newL (lj_func.c:122)
==14328== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==14328== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==14328== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4639FE: ngx_http_send_special (ngx_http_request.c:3410)
==14328== by 0x4DCA7D: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:131)
==14328== by 0x4DD311: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:362)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_send_special
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 41 bytes in 1 blocks are definitely lost in loss record 1,677 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 41 bytes in 1 blocks are definitely lost in loss record 1,678 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 41 bytes in 2 blocks are definitely lost in loss record 1,679 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14328== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14328== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 42 bytes in 1 blocks are definitely lost in loss record 1,681 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 42 bytes in 2 blocks are definitely lost in loss record 1,682 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14328== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14328== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 43 bytes in 1 blocks are definitely lost in loss record 1,687 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 43 bytes in 1 blocks are definitely lost in loss record 1,688 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547E2F1: parse_args (lj_parse.c:1898)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F296: parse_if (lj_parse.c:2611)
==14328== by 0x547F296: parse_stmt (lj_parse.c:2627)
==14328== by 0x547F296: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547EE83: parse_func (lj_parse.c:2286)
==14328== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14328== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 43 bytes in 2 blocks are definitely lost in loss record 1,689 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14328== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 44 bytes in 1 blocks are definitely lost in loss record 1,691 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==14328== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 44 bytes in 2 blocks are definitely lost in loss record 1,692 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A70B: func_newL (lj_func.c:122)
==14328== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==14328== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 45 bytes in 2 blocks are definitely lost in loss record 1,694 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14328== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 47 bytes in 2 blocks are definitely lost in loss record 1,698 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==14328== by 0x54C61DB: luaopen_package (lib_package.c:595)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 47 bytes in 2 blocks are definitely lost in loss record 1,699 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==14328== by 0x54C6353: luaopen_package (lib_package.c:619)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,749 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==14328== by 0x54C0103: luaopen_base (lib_base.c:706)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,750 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==14328== by 0x54C619B: luaopen_package (lib_package.c:592)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,751 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x54C279E: luaopen_string (lib_string.c:740)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,752 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,753 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==14328== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14328== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,754 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==14328== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==14328== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,755 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==14328== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,756 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==14328== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,757 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==14328== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,758 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==14328== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,759 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==14328== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,760 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==14328== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,761 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,762 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,763 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,764 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,765 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,766 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==14328== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,767 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==14328== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,768 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468EB7: newtab (lj_tab.c:109)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x547DFA8: expr_table (lj_parse.c:1740)
==14328== by 0x547D619: expr_simple (lj_parse.c:2004)
==14328== by 0x547D619: expr_unop (lj_parse.c:2077)
==14328== by 0x547D619: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547F25B: parse_local (lj_parse.c:2261)
==14328== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,769 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x547DFA8: expr_table (lj_parse.c:1740)
==14328== by 0x547D619: expr_simple (lj_parse.c:2004)
==14328== by 0x547D619: expr_unop (lj_parse.c:2077)
==14328== by 0x547D619: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9CA: expr (lj_parse.c:2109)
==14328== by 0x547D9CA: expr_list (lj_parse.c:1879)
==14328== by 0x547E302: parse_args (lj_parse.c:1902)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,770 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==14328== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,771 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,772 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==14328== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 48 bytes in 1 blocks are definitely lost in loss record 1,773 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54C5EF2: lj_cf_package_seeall (lib_package.c:532)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C5708: dooptions (lib_package.c:492)
==14328== by 0x54C5708: lj_cf_package_module (lib_package.c:524)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lj_cf_package_seeall
fun:lj_BC_FUNCC
fun:dooptions
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 49 bytes in 1 blocks are definitely lost in loss record 1,775 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547D9D7: expr_list (lj_parse.c:1877)
==14328== by 0x547E302: parse_args (lj_parse.c:1902)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 51 bytes in 1 blocks are definitely lost in loss record 1,777 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54719B7: lj_buf_str (lj_buf.h:100)
==14328== by 0x54719B7: lj_strfmt_pushvf (lj_strfmt.c:456)
==14328== by 0x54758BB: lua_pushfstring (lj_api.c:671)
==14328== by 0x54C5E3B: lj_cf_package_loader_preload (lib_package.c:416)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_strfmt_pushvf
fun:lua_pushfstring
fun:lj_cf_package_loader_preload
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 52 bytes in 1 blocks are definitely lost in loss record 1,780 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54719B7: lj_buf_str (lj_buf.h:100)
==14328== by 0x54719B7: lj_strfmt_pushvf (lj_strfmt.c:456)
==14328== by 0x54758BB: lua_pushfstring (lj_api.c:671)
==14328== by 0x546DF2C: luaL_traceback (lj_debug.c:690)
==14328== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5476E36: lua_settable (lj_api.c:959)
==14328== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14328== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14328== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_strfmt_pushvf
fun:lua_pushfstring
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 54 bytes in 2 blocks are definitely lost in loss record 1,782 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14328== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 60 bytes in 2 blocks are definitely lost in loss record 1,798 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5476F1C: lua_setfield (lj_api.c:971)
==14328== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 61 bytes in 2 blocks are definitely lost in loss record 1,799 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54719B7: lj_buf_str (lj_buf.h:100)
==14328== by 0x54719B7: lj_strfmt_pushvf (lj_strfmt.c:456)
==14328== by 0x54758BB: lua_pushfstring (lj_api.c:671)
==14328== by 0x546DED9: luaL_traceback (lj_debug.c:679)
==14328== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5476E36: lua_settable (lj_api.c:959)
==14328== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14328== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14328== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_strfmt_pushvf
fun:lua_pushfstring
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 63 bytes in 2 blocks are definitely lost in loss record 1,803 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547E2F1: parse_args (lj_parse.c:1898)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F6D4: parse_then (lj_parse.c:2591)
==14328== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14328== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14328== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547EE83: parse_func (lj_parse.c:2286)
==14328== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14328== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 64 bytes in 1 blocks are definitely lost in loss record 1,839 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14328== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14328== by 0x54C073D: luaopen_math (lib_math.c:221)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 1,840 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==14328== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 64 bytes in 2 blocks are definitely lost in loss record 1,841 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==14328== by 0x54C6353: luaopen_package (lib_package.c:619)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 64 bytes in 2 blocks are definitely lost in loss record 1,842 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 64 bytes in 2 blocks are definitely lost in loss record 1,843 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 64 bytes in 2 blocks are definitely lost in loss record 1,844 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51777D: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:103)
==14328== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 64 bytes in 2 blocks are definitely lost in loss record 1,845 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x51777D: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:103)
==14328== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4639FE: ngx_http_send_special (ngx_http_request.c:3410)
==14328== by 0x4DCA7D: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:131)
==14328== by 0x4DD311: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:362)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_send_special
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 65 bytes in 3 blocks are definitely lost in loss record 1,846 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14328== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==14328== by 0x547F049: parse_for (lj_parse.c:2577)
==14328== by 0x547F049: parse_stmt (lj_parse.c:2638)
==14328== by 0x547F049: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 67 bytes in 3 blocks are definitely lost in loss record 1,848 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14328== by 0x54C33ED: luaopen_table (lib_table.c:379)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 72 bytes in 1 blocks are definitely lost in loss record 1,863 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468EB7: newtab (lj_tab.c:109)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54C61FC: luaopen_package (lib_package.c:597)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 72 bytes in 1 blocks are definitely lost in loss record 1,864 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468EB7: newtab (lj_tab.c:109)
==14328== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==14328== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 1,865 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14328== by 0x54B7C74: clib_new (lj_clib.c:398)
==14328== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==14328== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 72 bytes in 1 blocks are definitely lost in loss record 1,866 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54762EB: lua_getfield (lj_api.c:800)
==14328== by 0x503895: ngx_http_lua_cache_load_code (ngx_http_lua_cache.c:55)
==14328== by 0x5039D3: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:162)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:ngx_http_lua_cache_load_code
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 80 bytes in 1 blocks are definitely lost in loss record 1,890 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==14328== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==14328== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==14328== by 0x54C278F: luaopen_string (lib_string.c:739)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 82 bytes in 1 blocks are definitely lost in loss record 1,892 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x547567A: lua_pushlstring (lj_api.c:640)
==14328== by 0x502F07: ngx_http_lua_new_state (ngx_http_lua_util.c:289)
==14328== by 0x502F07: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 88 bytes in 4 blocks are definitely lost in loss record 1,897 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14328== by 0x54C4976: luaopen_io (lib_io.c:533)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 96 bytes in 1 blocks are definitely lost in loss record 1,918 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 96 bytes in 1 blocks are definitely lost in loss record 1,919 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==14328== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 96 bytes in 1 blocks are definitely lost in loss record 1,920 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==14328== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 96 bytes in 1 blocks are definitely lost in loss record 1,921 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==14328== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 96 bytes in 1 blocks are definitely lost in loss record 1,922 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14328== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14328== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 96 bytes in 1 blocks are definitely lost in loss record 1,923 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14328== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14328== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 96 bytes in 1 blocks are definitely lost in loss record 1,924 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14328== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547C49B: expr_field (lj_parse.c:1673)
==14328== by 0x547E47F: expr_primary (lj_parse.c:1950)
==14328== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==14328== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==14328== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547E302: parse_args (lj_parse.c:1902)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_field
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 96 bytes in 1 blocks are definitely lost in loss record 1,925 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==14328== by 0x5476F58: lua_setfield (lj_api.c:972)
==14328== by 0x54C5657: modinit (lib_package.c:507)
==14328== by 0x54C5657: lj_cf_package_module (lib_package.c:520)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:modinit
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 96 bytes in 3 blocks are definitely lost in loss record 1,926 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==14328== by 0x54C61DB: luaopen_package (lib_package.c:595)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 96 bytes in 3 blocks are definitely lost in loss record 1,927 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 100 bytes in 5 blocks are definitely lost in loss record 1,928 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A70B: func_newL (lj_func.c:122)
==14328== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==14328== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==14328== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==14328== by 0x54C33ED: luaopen_table (lib_table.c:379)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 108 bytes in 5 blocks are definitely lost in loss record 1,929 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14328== by 0x54C48FD: luaopen_io (lib_io.c:530)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 114 bytes in 5 blocks are definitely lost in loss record 1,937 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==14328== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==14328== by 0x54C33ED: luaopen_table (lib_table.c:379)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 119 bytes in 1 blocks are definitely lost in loss record 1,938 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5475745: lua_pushstring (lj_api.c:652)
==14328== by 0x54C607A: setpath (lib_package.c:555)
==14328== by 0x54C62B3: luaopen_package (lib_package.c:611)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 120 bytes in 1 blocks are definitely lost in loss record 1,944 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14328== by 0x547C960: parse_body (lj_parse.c:1855)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 120 bytes in 5 blocks are definitely lost in loss record 1,945 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546AB0F: func_finduv (lj_func.c:52)
==14328== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==14328== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 125 bytes in 6 blocks are definitely lost in loss record 1,948 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5475745: lua_pushstring (lj_api.c:652)
==14328== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 126 bytes in 1 blocks are definitely lost in loss record 1,949 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14328== by 0x547C960: parse_body (lj_parse.c:1855)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547EF73: parse_return (lj_parse.c:2316)
==14328== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==14328== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14328== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14328== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 128 bytes in 4 blocks are definitely lost in loss record 1,969 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==14328== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==14328== by 0x54C6212: luaopen_package (lib_package.c:599)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 128 bytes in 4 blocks are definitely lost in loss record 1,970 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54C33ED: luaopen_table (lib_table.c:379)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 130 bytes in 1 blocks are definitely lost in loss record 1,971 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14328== by 0x547C960: parse_body (lj_parse.c:1855)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14328== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14328== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 142 bytes in 6 blocks are definitely lost in loss record 1,974 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14328== by 0x54C01DF: luaopen_base (lib_base.c:708)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 157 bytes in 6 blocks are definitely lost in loss record 1,982 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14328== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 162 bytes in 1 blocks are definitely lost in loss record 1,991 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14328== by 0x547C960: parse_body (lj_parse.c:1855)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14328== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 162 bytes in 2 blocks are definitely lost in loss record 1,992 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14328== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14328== by 0x4E7FAB: log_wrapper (ngx_http_lua_log.c:190)
==14328== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==14328== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 162 bytes in 2 blocks are definitely lost in loss record 1,993 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14328== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14328== by 0x4E7FAB: log_wrapper (ngx_http_lua_log.c:190)
==14328== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==14328== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4639FE: ngx_http_send_special (ngx_http_request.c:3410)
==14328== by 0x4DCA7D: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:131)
==14328== by 0x4DD311: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:362)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_send_special
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 168 bytes in 2 blocks are definitely lost in loss record 1,998 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14328== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14328== by 0x4E7FAB: log_wrapper (ngx_http_lua_log.c:190)
==14328== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x50D5A4: ngx_http_lua_socket_tcp_resume_helper (ngx_http_lua_socket_tcp.c:5994)
==14328== by 0x50D9A0: ngx_http_lua_socket_tcp_conn_resume (ngx_http_lua_socket_tcp.c:5900)
==14328== by 0x503C8A: ngx_http_lua_content_wev_handler (ngx_http_lua_contentby.c:150)
==14328== by 0x50B910: ngx_http_lua_socket_handle_conn_success (ngx_http_lua_socket_tcp.c:3471)
==14328== by 0x50E9C4: ngx_http_lua_socket_connected_handler (ngx_http_lua_socket_tcp.c:3739)
==14328== by 0x50BBD6: ngx_http_lua_socket_tcp_handler (ngx_http_lua_socket_tcp.c:3255)
==14328== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14328== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_socket_tcp_resume_helper
fun:ngx_http_lua_socket_tcp_conn_resume
fun:ngx_http_lua_content_wev_handler
fun:ngx_http_lua_socket_handle_conn_success
fun:ngx_http_lua_socket_connected_handler
fun:ngx_http_lua_socket_tcp_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 172 bytes in 5 blocks are definitely lost in loss record 1,999 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A70B: func_newL (lj_func.c:122)
==14328== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==14328== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 176 bytes in 2 blocks are definitely lost in loss record 2,006 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==14328== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==14328== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==14328== by 0x54C0761: luaopen_math (lib_math.c:223)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 186 bytes in 8 blocks are definitely lost in loss record 2,010 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14328== by 0x54C528D: luaopen_os (lib_os.c:289)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 192 bytes in 1 blocks are definitely lost in loss record 2,014 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C01DF: luaopen_base (lib_base.c:708)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 192 bytes in 1 blocks are definitely lost in loss record 2,015 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==14328== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14328== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 192 bytes in 1 blocks are definitely lost in loss record 2,016 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==14328== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14328== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 192 bytes in 1 blocks are definitely lost in loss record 2,017 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==14328== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 192 bytes in 1 blocks are definitely lost in loss record 2,018 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 192 bytes in 1 blocks are definitely lost in loss record 2,019 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 192 bytes in 1 blocks are definitely lost in loss record 2,020 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==14328== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 192 bytes in 1 blocks are definitely lost in loss record 2,021 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==14328== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 192 bytes in 1 blocks are definitely lost in loss record 2,022 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14328== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547B387: lex_match (lj_parse.c:1006)
==14328== by 0x547E31E: parse_args (lj_parse.c:1906)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==14328== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==14328== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547F25B: parse_local (lj_parse.c:2261)
==14328== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14328== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14328== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:lex_match
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 192 bytes in 1 blocks are definitely lost in loss record 2,023 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14328== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547B387: lex_match (lj_parse.c:1006)
==14328== by 0x547E31E: parse_args (lj_parse.c:1906)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==14328== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==14328== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547EF73: parse_return (lj_parse.c:2316)
==14328== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==14328== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547EF73: parse_return (lj_parse.c:2316)
==14328== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==14328== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14328== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14328== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:lex_match
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 192 bytes in 1 blocks are definitely lost in loss record 2,024 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14328== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547EB7F: parse_local (lj_parse.c:2260)
==14328== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==14328== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14328== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 192 bytes in 4 blocks are definitely lost in loss record 2,025 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x50B77C: ngx_http_lua_socket_tcp (ngx_http_lua_socket_tcp.c:440)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_socket_tcp
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 192 bytes in 6 blocks are definitely lost in loss record 2,026 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 194 bytes in 9 blocks are definitely lost in loss record 2,027 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14328== by 0x54C278F: luaopen_string (lib_string.c:739)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 200 bytes in 1 blocks are definitely lost in loss record 2,028 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14328== by 0x547F857: lj_parse (lj_parse.c:2721)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==14328== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 212 bytes in 1 blocks are definitely lost in loss record 2,031 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14328== by 0x547C960: parse_body (lj_parse.c:1855)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14328== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14328== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==14328== by 0x547F049: parse_for (lj_parse.c:2577)
==14328== by 0x547F049: parse_stmt (lj_parse.c:2638)
==14328== by 0x547F049: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 216 bytes in 10 blocks are definitely lost in loss record 2,032 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14328== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 2,033 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14328== by 0x547F857: lj_parse (lj_parse.c:2721)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 224 bytes in 7 blocks are definitely lost in loss record 2,037 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54C01DF: luaopen_base (lib_base.c:708)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 225 bytes in 1 blocks are definitely lost in loss record 2,039 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x546B777: lj_buf_str (lj_buf.h:100)
==14328== by 0x546B777: lj_meta_cat (lj_meta.c:299)
==14328== by 0x547602F: lua_concat (lj_api.c:761)
==14328== by 0x546DFF6: luaL_traceback (lj_debug.c:697)
==14328== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5476E36: lua_settable (lj_api.c:959)
==14328== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14328== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14328== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_meta_cat
fun:lua_concat
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 230 bytes in 10 blocks are definitely lost in loss record 2,040 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==14328== by 0x54C01C2: luaopen_base (lib_base.c:707)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 232 (154 direct, 78 indirect) bytes in 1 blocks are definitely lost in loss record 2,041 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14328== by 0x547F857: lj_parse (lj_parse.c:2721)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 243 bytes in 11 blocks are definitely lost in loss record 2,042 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14328== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 256 bytes in 1 blocks are definitely lost in loss record 2,050 of 2,293
==14328== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5467FB9: buf_grow (lj_buf.c:25)
==14328== by 0x546804A: lj_buf_more2 (lj_buf.c:46)
==14328== by 0x546BA1E: lj_buf_more (lj_buf.h:64)
==14328== by 0x546BA1E: lj_meta_cat (lj_meta.c:287)
==14328== by 0x547602F: lua_concat (lj_api.c:761)
==14328== by 0x546DFF6: luaL_traceback (lj_debug.c:697)
==14328== by 0x54C6992: lj_cf_debug_traceback (lib_debug.c:392)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5476E36: lua_settable (lj_api.c:959)
==14328== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14328== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14328== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_more2
fun:lj_buf_more
fun:lj_meta_cat
fun:lua_concat
fun:luaL_traceback
fun:lj_cf_debug_traceback
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 288 bytes in 9 blocks are definitely lost in loss record 2,059 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54C48FD: luaopen_io (lib_io.c:530)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 292 bytes in 4 blocks are definitely lost in loss record 2,060 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14328== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14328== by 0x4E7FAB: log_wrapper (ngx_http_lua_log.c:190)
==14328== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x50D5A4: ngx_http_lua_socket_tcp_resume_helper (ngx_http_lua_socket_tcp.c:5994)
==14328== by 0x50D9B3: ngx_http_lua_socket_tcp_read_resume (ngx_http_lua_socket_tcp.c:5907)
==14328== by 0x503C8A: ngx_http_lua_content_wev_handler (ngx_http_lua_contentby.c:150)
==14328== by 0x510C6E: ngx_http_lua_socket_handle_read_success (ngx_http_lua_socket_tcp.c:3508)
==14328== by 0x510C6E: ngx_http_lua_socket_tcp_read (ngx_http_lua_socket_tcp.c:2518)
==14328== by 0x5113D8: ngx_http_lua_socket_read_handler (ngx_http_lua_socket_tcp.c:3307)
==14328== by 0x50BBE3: ngx_http_lua_socket_tcp_handler (ngx_http_lua_socket_tcp.c:3258)
==14328== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14328== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_socket_tcp_resume_helper
fun:ngx_http_lua_socket_tcp_read_resume
fun:ngx_http_lua_content_wev_handler
fun:ngx_http_lua_socket_handle_read_success
fun:ngx_http_lua_socket_tcp_read
fun:ngx_http_lua_socket_read_handler
fun:ngx_http_lua_socket_tcp_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 301 (265 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 2,061 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14328== by 0x547F857: lj_parse (lj_parse.c:2721)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14328== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 308 bytes in 4 blocks are definitely lost in loss record 2,066 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14328== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14328== by 0x4E7FAB: log_wrapper (ngx_http_lua_log.c:190)
==14328== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x50D5A4: ngx_http_lua_socket_tcp_resume_helper (ngx_http_lua_socket_tcp.c:5994)
==14328== by 0x50D9C6: ngx_http_lua_socket_tcp_write_resume (ngx_http_lua_socket_tcp.c:5914)
==14328== by 0x503C8A: ngx_http_lua_content_wev_handler (ngx_http_lua_contentby.c:150)
==14328== by 0x5100D3: ngx_http_lua_socket_handle_write_success (ngx_http_lua_socket_tcp.c:3545)
==14328== by 0x5100D3: ngx_http_lua_socket_send (ngx_http_lua_socket_tcp.c:3398)
==14328== by 0x5109BD: ngx_http_lua_socket_send_handler (ngx_http_lua_socket_tcp.c:3338)
==14328== by 0x50BBD6: ngx_http_lua_socket_tcp_handler (ngx_http_lua_socket_tcp.c:3255)
==14328== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==14328== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_socket_tcp_resume_helper
fun:ngx_http_lua_socket_tcp_write_resume
fun:ngx_http_lua_content_wev_handler
fun:ngx_http_lua_socket_handle_write_success
fun:ngx_http_lua_socket_send
fun:ngx_http_lua_socket_send_handler
fun:ngx_http_lua_socket_tcp_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 310 bytes in 1 blocks are definitely lost in loss record 2,067 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14328== by 0x547C960: parse_body (lj_parse.c:1855)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 320 bytes in 4 blocks are definitely lost in loss record 2,073 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x5468EB7: newtab (lj_tab.c:109)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x50B77C: ngx_http_lua_socket_tcp (ngx_http_lua_socket_tcp.c:440)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_socket_tcp
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 323 (291 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,074 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14328== by 0x547F857: lj_parse (lj_parse.c:2721)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 352 bytes in 11 blocks are definitely lost in loss record 2,079 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54C4976: luaopen_io (lib_io.c:533)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 352 bytes in 11 blocks are definitely lost in loss record 2,080 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54C528D: luaopen_os (lib_os.c:289)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 360 bytes in 15 blocks are definitely lost in loss record 2,086 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546AB0F: func_finduv (lj_func.c:52)
==14328== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==14328== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 382 bytes in 18 blocks are definitely lost in loss record 2,089 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14328== by 0x54C0761: luaopen_math (lib_math.c:223)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,095 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==14328== by 0x5476F58: lua_setfield (lj_api.c:972)
==14328== by 0x54C6335: luaopen_package (lib_package.c:617)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,096 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C33ED: luaopen_table (lib_table.c:379)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,097 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14328== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C48FD: luaopen_io (lib_io.c:530)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,098 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C4976: luaopen_io (lib_io.c:533)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,099 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C528D: luaopen_os (lib_os.c:289)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,100 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C278F: luaopen_string (lib_string.c:739)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,101 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,102 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,103 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,104 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==14328== by 0x5476F58: lua_setfield (lj_api.c:972)
==14328== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==14328== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,105 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==14328== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14328== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,106 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,107 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,108 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14328== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547D50F: expr_simple (lj_parse.c:2014)
==14328== by 0x547D50F: expr_unop (lj_parse.c:2077)
==14328== by 0x547D50F: expr_binop (lj_parse.c:2090)
==14328== by 0x547CF53: expr_binop (lj_parse.c:2098)
==14328== by 0x547DA01: expr (lj_parse.c:2109)
==14328== by 0x547DA01: expr_cond (lj_parse.c:2124)
==14328== by 0x547F6BD: parse_then (lj_parse.c:2589)
==14328== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14328== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14328== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F6D4: parse_then (lj_parse.c:2591)
==14328== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14328== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14328== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547D56B: expr_simple (lj_parse.c:2008)
==14328== by 0x547D56B: expr_unop (lj_parse.c:2077)
==14328== by 0x547D56B: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547E717: parse_assignment (lj_parse.c:2202)
==14328== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==14328== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==14328== by 0x547F049: parse_for (lj_parse.c:2577)
==14328== by 0x547F049: parse_stmt (lj_parse.c:2638)
==14328== by 0x547F049: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 1 blocks are definitely lost in loss record 2,109 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14328== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547EE27: parse_func (lj_parse.c:2277)
==14328== by 0x547EE27: parse_stmt (lj_parse.c:2644)
==14328== by 0x547EE27: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 384 bytes in 12 blocks are definitely lost in loss record 2,110 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 409 bytes in 1 blocks are definitely lost in loss record 2,114 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14328== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14328== by 0x4E7FAB: log_wrapper (ngx_http_lua_log.c:190)
==14328== by 0x4E82DC: ngx_http_lua_ngx_log (ngx_http_lua_log.c:59)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5476E36: lua_settable (lj_api.c:959)
==14328== by 0x54BDCD1: luaL_findtable (lib_aux.c:96)
==14328== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==14328== by 0x54C55A1: lj_cf_package_module (lib_package.c:514)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:log_wrapper
fun:ngx_http_lua_ngx_log
fun:lj_BC_FUNCC
fun:lua_settable
fun:luaL_findtable
fun:luaL_pushmodule
fun:lj_cf_package_module
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 416 bytes in 13 blocks are definitely lost in loss record 2,115 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54C278F: luaopen_string (lib_string.c:739)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 432 (72 direct, 360 indirect) bytes in 1 blocks are definitely lost in loss record 2,117 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546E802: lj_state_new (lj_state.c:275)
==14328== by 0x5475E8A: lua_newthread (lj_api.c:737)
==14328== by 0x51D919: ngx_http_lua_ngx_timer_helper (ngx_http_lua_timer.c:217)
==14328== by 0x51DDD5: ngx_http_lua_ngx_timer_at (ngx_http_lua_timer.c:114)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==14328== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4639FE: ngx_http_send_special (ngx_http_request.c:3410)
==14328== by 0x4DCA7D: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:131)
==14328== by 0x4DD311: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:362)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_state_new
fun:lua_newthread
fun:ngx_http_lua_ngx_timer_helper
fun:ngx_http_lua_ngx_timer_at
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_send_special
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 437 (405 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,118 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14328== by 0x547F857: lj_parse (lj_parse.c:2721)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 438 bytes in 19 blocks are definitely lost in loss record 2,119 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==14328== by 0x546E387: cpluaopen (lj_state.c:152)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x546E64F: lua_newstate (lj_state.c:222)
==14328== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==14328== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==14328== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 464 bytes in 22 blocks are definitely lost in loss record 2,126 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==14328== by 0x546E38F: cpluaopen (lj_state.c:153)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x546E64F: lua_newstate (lj_state.c:222)
==14328== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==14328== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==14328== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 485 bytes in 20 blocks are definitely lost in loss record 2,129 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==14328== by 0x54C01C2: luaopen_base (lib_base.c:707)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 508 bytes in 6 blocks are definitely lost in loss record 2,137 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14328== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14328== by 0x4E7FAB: log_wrapper (ngx_http_lua_log.c:190)
==14328== by 0x4E8242: ngx_http_lua_print (ngx_http_lua_log.c:85)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:log_wrapper
fun:ngx_http_lua_print
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 512 bytes in 16 blocks are definitely lost in loss record 2,148 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 544 bytes in 17 blocks are definitely lost in loss record 2,154 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 576 bytes in 18 blocks are definitely lost in loss record 2,160 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 577 bytes in 1 blocks are definitely lost in loss record 2,161 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==14328== by 0x547C960: parse_body (lj_parse.c:1855)
==14328== by 0x547EE83: parse_func (lj_parse.c:2286)
==14328== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14328== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 760 bytes in 5 blocks are definitely lost in loss record 2,182 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==14328== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==14328== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==14328== by 0x54C33ED: luaopen_table (lib_table.c:379)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 768 bytes in 1 blocks are definitely lost in loss record 2,185 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==14328== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==14328== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==14328== by 0x54C0761: luaopen_math (lib_math.c:223)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 768 bytes in 1 blocks are definitely lost in loss record 2,186 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==14328== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14328== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 768 bytes in 1 blocks are definitely lost in loss record 2,187 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==14328== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==14328== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 768 bytes in 1 blocks are definitely lost in loss record 2,188 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==14328== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 768 bytes in 1 blocks are definitely lost in loss record 2,189 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x547710F: lua_rawset (lj_api.c:991)
==14328== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==14328== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 768 bytes in 1 blocks are definitely lost in loss record 2,190 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14328== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==14328== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==14328== by 0x547F049: parse_for (lj_parse.c:2577)
==14328== by 0x547F049: parse_stmt (lj_parse.c:2638)
==14328== by 0x547F049: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==14328== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 768 bytes in 1 blocks are definitely lost in loss record 2,191 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14328== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x5479DD8: lex_opt (lj_parse.c:989)
==14328== by 0x547D9D7: expr_list (lj_parse.c:1877)
==14328== by 0x547E302: parse_args (lj_parse.c:1902)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547F172: parse_local (lj_parse.c:2248)
==14328== by 0x547F172: parse_stmt (lj_parse.c:2648)
==14328== by 0x547F172: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 768 bytes in 1 blocks are definitely lost in loss record 2,192 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14328== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547E2F1: parse_args (lj_parse.c:1898)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==14328== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 768 bytes in 1 blocks are definitely lost in loss record 2,193 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14328== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14328== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 768 bytes in 1 blocks are definitely lost in loss record 2,194 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==14328== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==14328== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 768 bytes in 1 blocks are definitely lost in loss record 2,195 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14328== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14328== by 0x547983F: lex_scan (lj_lex.c:301)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547C49B: expr_field (lj_parse.c:1673)
==14328== by 0x547E47F: expr_primary (lj_parse.c:1950)
==14328== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==14328== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==14328== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==14328== by 0x547D9A5: expr (lj_parse.c:2109)
==14328== by 0x547D9A5: expr_list (lj_parse.c:1876)
==14328== by 0x547E302: parse_args (lj_parse.c:1902)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F6D4: parse_then (lj_parse.c:2591)
==14328== by 0x547EEC4: parse_if (lj_parse.c:2601)
==14328== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==14328== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==14328== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==14328== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_field
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 768 bytes in 1 blocks are definitely lost in loss record 2,196 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==14328== by 0x5476F58: lua_setfield (lj_api.c:972)
==14328== by 0x54C54AC: lj_cf_package_require (lib_package.c:457)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 848 bytes in 26 blocks are definitely lost in loss record 2,207 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54C0761: luaopen_math (lib_math.c:223)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 1,000 bytes in 27 blocks are definitely lost in loss record 2,219 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==14328== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==14328== by 0x54C01C2: luaopen_base (lib_base.c:707)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==14328== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==14328== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 1,272 (144 direct, 1,128 indirect) bytes in 2 blocks are definitely lost in loss record 2,232 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==14328== by 0x546E802: lj_state_new (lj_state.c:275)
==14328== by 0x5475E8A: lua_newthread (lj_api.c:737)
==14328== by 0x51D919: ngx_http_lua_ngx_timer_helper (ngx_http_lua_timer.c:217)
==14328== by 0x51DDD5: ngx_http_lua_ngx_timer_at (ngx_http_lua_timer.c:114)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==14328== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==14328== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==14328== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==14328== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==14328== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==14328== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==14328== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==14328== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==14328== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==14328== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==14328== by 0x4DD487: ngx_http_echo_wev_handler (ngx_http_echo_handler.c:71)
==14328== by 0x4DDDF4: ngx_http_echo_post_sleep (ngx_http_echo_sleep.c:108)
==14328== by 0x4DDDF4: ngx_http_echo_sleep_event_handler (ngx_http_echo_sleep.c:146)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_state_new
fun:lua_newthread
fun:ngx_http_lua_ngx_timer_helper
fun:ngx_http_lua_ngx_timer_at
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_wev_handler
fun:ngx_http_echo_post_sleep
fun:ngx_http_echo_sleep_event_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 1,494 bytes in 61 blocks are definitely lost in loss record 2,244 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468C42: lj_str_new (lj_str.c:220)
==14328== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==14328== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 1,536 bytes in 1 blocks are definitely lost in loss record 2,246 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x546E332: cpluaopen (lj_state.c:149)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x546E64F: lua_newstate (lj_state.c:222)
==14328== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==14328== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==14328== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 1,536 bytes in 1 blocks are definitely lost in loss record 2,247 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5469CC4: newhpart (lj_tab.c:66)
==14328== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==14328== by 0x546A0C6: rehashtab (lj_tab.c:387)
==14328== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==14328== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==14328== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==14328== by 0x5479986: lex_string (lj_lex.c:280)
==14328== by 0x5479986: lex_scan (lj_lex.c:364)
==14328== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==14328== by 0x547E2F1: parse_args (lj_parse.c:1898)
==14328== by 0x547E46C: expr_primary (lj_parse.c:1965)
==14328== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==14328== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==14328== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F688: parse_block (lj_parse.c:2402)
==14328== by 0x547F296: parse_if (lj_parse.c:2611)
==14328== by 0x547F296: parse_stmt (lj_parse.c:2627)
==14328== by 0x547F296: parse_chunk (lj_parse.c:2685)
==14328== by 0x547C930: parse_body (lj_parse.c:1853)
==14328== by 0x547EE83: parse_func (lj_parse.c:2286)
==14328== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==14328== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==14328== by 0x547F83F: lj_parse (lj_parse.c:2718)
==14328== by 0x548153A: cpparser (lj_load.c:41)
==14328== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x548165A: lua_loadx (lj_load.c:58)
==14328== by 0x5481717: luaL_loadfilex (lj_load.c:101)
==14328== by 0x54C5E89: lj_cf_package_loader_lua (lib_package.c:371)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x54C542C: lj_cf_package_require (lib_package.c:448)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadfilex
fun:lj_cf_package_loader_lua
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 1,792 bytes in 4 blocks are definitely lost in loss record 2,254 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==14328== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==14328== by 0x513894: ngx_http_lua_socket_tcp_connect (ngx_http_lua_socket_tcp.c:1031)
==14328== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==14328== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==14328== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==14328== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==14328== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==14328== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==14328== by 0x422F5B: main (nginx.c:382)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:ngx_http_lua_socket_tcp_connect
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 2,265 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==14328== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==14328== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
108-timer-safe.t TEST 10: tcp cosocket in timer handler (keep-alive connections) - body_filter_by_lua ==14328== 3,072 bytes in 1 blocks are definitely lost in loss record 2,272 of 2,293
==14328== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==14328== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==14328== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==14328== by 0x5468F18: newhpart (lj_tab.c:66)
==14328== by 0x5468F18: newtab (lj_tab.c:145)
==14328== by 0x5469058: lj_tab_new (lj_tab.c:162)
==14328== by 0x5475B5A: lua_createtable (lj_api.c:706)
==14328== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==14328== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==14328== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==14328== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==14328== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==14328== by 0x459663: ngx_http_block (ngx_http.c:312)
==14328== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==14328== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==14328== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==14328== by 0x422D15: main (nginx.c:294)
==14328==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
129-ssl-socket.t TEST 7: certificate does not match host name (no verify) - response_body - response is expected (repeated req 0, req 0) @@ -1,5 +1,5 @@
connected: 1
ssl handshake: userdata
sent http request: 56 bytes.
-received: HTTP/1.1 404 Not Found
+received: HTTP/1.1 502 Bad Gateway
close: 1 nil
'
129-ssl-socket.t TEST 7: certificate does not match host name (no verify) - response_body - response is expected (repeated req 1, req 0) @@ -1,5 +1,5 @@
connected: 1
ssl handshake: userdata
sent http request: 56 bytes.
-received: HTTP/1.1 404 Not Found
+received: HTTP/1.1 502 Bad Gateway
close: 1 nil
'
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== Invalid read of size 8
==15159== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15159== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15159== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15159== by 0x422F5B: main (nginx.c:382)
==15159== Address 0x30 is not stack'd, malloc'd or (recently) free'd
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_poll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159==
==15159== Process terminating with default action of signal 11 (SIGSEGV)
==15159== Access not within mapped region at address 0x30
==15159== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15159== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15159== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15159== by 0x422F5B: main (nginx.c:382)
==15159== If you believe this happened as a result of a stack
==15159== overflow in your program's main thread (unlikely but
==15159== possible), you can try to increase the size of the
==15159== main thread stack using the --main-stacksize= flag.
==15159== The main thread stack size used in this run was 8388608.
==15159== 18 bytes in 1 blocks are definitely lost in loss record 841 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15159== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 18 bytes in 1 blocks are definitely lost in loss record 842 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15159== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 19 bytes in 1 blocks are definitely lost in loss record 847 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 19 bytes in 1 blocks are definitely lost in loss record 848 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 19 bytes in 1 blocks are definitely lost in loss record 849 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 19 bytes in 1 blocks are definitely lost in loss record 850 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 19 bytes in 1 blocks are definitely lost in loss record 851 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15159== by 0x547E594: expr_primary (lj_parse.c:1961)
==15159== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15159== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15159== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9CA: expr (lj_parse.c:2109)
==15159== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15159== by 0x547E302: parse_args (lj_parse.c:1902)
==15159== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15159== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15159== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15159== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547F25B: parse_local (lj_parse.c:2261)
==15159== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F688: parse_block (lj_parse.c:2402)
==15159== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15159== by 0x547F049: parse_for (lj_parse.c:2577)
==15159== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15159== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547EE83: parse_func (lj_parse.c:2286)
==15159== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15159== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 19 bytes in 1 blocks are definitely lost in loss record 852 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 19 bytes in 1 blocks are definitely lost in loss record 853 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 19 bytes in 1 blocks are definitely lost in loss record 854 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 19 bytes in 1 blocks are definitely lost in loss record 855 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 19 bytes in 1 blocks are definitely lost in loss record 856 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15159== by 0x547E594: expr_primary (lj_parse.c:1961)
==15159== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15159== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15159== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9CA: expr (lj_parse.c:2109)
==15159== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15159== by 0x547E302: parse_args (lj_parse.c:1902)
==15159== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15159== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15159== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15159== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547F25B: parse_local (lj_parse.c:2261)
==15159== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F688: parse_block (lj_parse.c:2402)
==15159== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15159== by 0x547F049: parse_for (lj_parse.c:2577)
==15159== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15159== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547EE83: parse_func (lj_parse.c:2286)
==15159== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15159== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 865 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15159== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C278F: luaopen_string (lib_string.c:739)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 866 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15159== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15159== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C278F: luaopen_string (lib_string.c:739)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 867 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15159== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 868 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15159== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 869 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15159== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 870 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 871 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 872 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15159== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15159== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 873 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15159== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 874 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 875 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 876 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 877 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 878 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15159== by 0x5481548: cpparser (lj_load.c:42)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15159== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 879 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15159== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 880 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 881 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x547983F: lex_scan (lj_lex.c:301)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15159== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15159== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15159== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 882 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15159== by 0x5481548: cpparser (lj_load.c:42)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 883 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 884 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 885 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 886 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15159== by 0x547D619: expr_simple (lj_parse.c:2004)
==15159== by 0x547D619: expr_unop (lj_parse.c:2077)
==15159== by 0x547D619: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547F25B: parse_local (lj_parse.c:2261)
==15159== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547EE83: parse_func (lj_parse.c:2286)
==15159== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15159== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 887 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15159== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15159== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 888 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15159== by 0x5481548: cpparser (lj_load.c:42)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15159== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15159== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==15159== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15159== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15159== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15159== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15159== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15159== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15159== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15159== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15159== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15159== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15159== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 889 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15159== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C278F: luaopen_string (lib_string.c:739)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 890 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15159== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15159== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C278F: luaopen_string (lib_string.c:739)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 891 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15159== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 892 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15159== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 893 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15159== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 894 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 895 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 896 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15159== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15159== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 897 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15159== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 898 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 899 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 900 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 901 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 902 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15159== by 0x5481548: cpparser (lj_load.c:42)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15159== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 903 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15159== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 904 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 905 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x547983F: lex_scan (lj_lex.c:301)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15159== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15159== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15159== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 906 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15159== by 0x5481548: cpparser (lj_load.c:42)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 907 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 908 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 909 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 910 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15159== by 0x547D619: expr_simple (lj_parse.c:2004)
==15159== by 0x547D619: expr_unop (lj_parse.c:2077)
==15159== by 0x547D619: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547F25B: parse_local (lj_parse.c:2261)
==15159== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547EE83: parse_func (lj_parse.c:2286)
==15159== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15159== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 20 bytes in 1 blocks are definitely lost in loss record 911 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15159== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15159== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 924 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C6293: luaopen_package (lib_package.c:610)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 925 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15159== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 926 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15159== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 927 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15159== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 928 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15159== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 929 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15159== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 930 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 931 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 932 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15159== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 933 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15159== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 934 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15159== by 0x547D108: expr_binop (lj_parse.c:2098)
==15159== by 0x547DA01: expr (lj_parse.c:2109)
==15159== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15159== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15159== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15159== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15159== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547F172: parse_local (lj_parse.c:2248)
==15159== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 935 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C6293: luaopen_package (lib_package.c:610)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 936 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15159== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 937 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15159== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 938 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15159== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 939 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15159== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 940 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15159== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 941 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 942 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 943 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15159== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 944 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15159== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 21 bytes in 1 blocks are definitely lost in loss record 945 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15159== by 0x547D108: expr_binop (lj_parse.c:2098)
==15159== by 0x547DA01: expr (lj_parse.c:2109)
==15159== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15159== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15159== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15159== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15159== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547F172: parse_local (lj_parse.c:2248)
==15159== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 960 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C4959: luaopen_io (lib_io.c:532)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 961 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15159== by 0x54C4992: luaopen_io (lib_io.c:534)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 962 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 963 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15159== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 964 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15159== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 965 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15159== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 966 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15159== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 967 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 968 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15159== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 969 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15159== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 970 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 971 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 972 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C4959: luaopen_io (lib_io.c:532)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 973 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15159== by 0x54C4992: luaopen_io (lib_io.c:534)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 974 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 975 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15159== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 976 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15159== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 977 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15159== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 978 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15159== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 979 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 980 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15159== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 981 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15159== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 982 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 22 bytes in 1 blocks are definitely lost in loss record 983 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 990 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 991 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C6308: luaopen_package (lib_package.c:615)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 992 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15159== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 993 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15159== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 994 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15159== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 995 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15159== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 996 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 997 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 998 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 999 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 1,000 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 1,001 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 1,002 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 1,003 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C6308: luaopen_package (lib_package.c:615)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 1,004 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15159== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 1,005 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15159== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 1,006 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15159== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 1,007 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15159== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 1,008 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 1,009 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 1,010 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 1,011 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 1,012 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 23 bytes in 1 blocks are definitely lost in loss record 1,013 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,653 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15159== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,654 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C6243: luaopen_package (lib_package.c:606)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,655 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C6335: luaopen_package (lib_package.c:617)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,656 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15159== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,657 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54762EB: lua_getfield (lj_api.c:800)
==15159== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15159== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,658 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,659 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,660 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,661 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,662 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,663 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15159== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,664 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15159== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,665 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x547983F: lex_scan (lj_lex.c:301)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15159== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15159== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15159== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547F25B: parse_local (lj_parse.c:2261)
==15159== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,666 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,667 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,668 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,669 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,670 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15159== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,671 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C6243: luaopen_package (lib_package.c:606)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,672 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54C6335: luaopen_package (lib_package.c:617)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,673 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15159== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,674 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54762EB: lua_getfield (lj_api.c:800)
==15159== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15159== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,675 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,676 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,677 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,678 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,679 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,680 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15159== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,681 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15159== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,682 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x547983F: lex_scan (lj_lex.c:301)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15159== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15159== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15159== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547F25B: parse_local (lj_parse.c:2261)
==15159== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,683 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,684 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,685 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 24 bytes in 1 blocks are definitely lost in loss record 1,686 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,693 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15159== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15159== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15159== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,694 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,695 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,696 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,697 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,698 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,699 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,700 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,701 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,702 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,703 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15159== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15159== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15159== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,704 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,705 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,706 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,707 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,708 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,709 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,710 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,711 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 25 bytes in 1 blocks are definitely lost in loss record 1,712 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,721 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C3414: luaopen_table (lib_table.c:384)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,722 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,723 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,724 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,725 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,726 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,727 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,728 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,729 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,730 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15159== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,731 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,732 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,733 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,734 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15159== by 0x547D108: expr_binop (lj_parse.c:2098)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547E302: parse_args (lj_parse.c:1902)
==15159== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15159== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15159== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15159== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F688: parse_block (lj_parse.c:2402)
==15159== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15159== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15159== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15159== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F688: parse_block (lj_parse.c:2402)
==15159== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15159== by 0x547F049: parse_for (lj_parse.c:2577)
==15159== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15159== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547EE83: parse_func (lj_parse.c:2286)
==15159== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15159== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,735 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C3414: luaopen_table (lib_table.c:384)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,736 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,737 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,738 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,739 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,740 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,741 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,742 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,743 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,744 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15159== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,745 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,746 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,747 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 26 bytes in 1 blocks are definitely lost in loss record 1,748 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15159== by 0x547D108: expr_binop (lj_parse.c:2098)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547E302: parse_args (lj_parse.c:1902)
==15159== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15159== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15159== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15159== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F688: parse_block (lj_parse.c:2402)
==15159== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15159== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15159== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15159== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F688: parse_block (lj_parse.c:2402)
==15159== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15159== by 0x547F049: parse_for (lj_parse.c:2577)
==15159== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15159== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547EE83: parse_func (lj_parse.c:2286)
==15159== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15159== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,753 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15159== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,754 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,755 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,756 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,757 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,758 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,759 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,760 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,761 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,762 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,763 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15159== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,764 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15159== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,765 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15159== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,766 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,767 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,768 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15159== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,769 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,770 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,771 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,772 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,773 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,774 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,775 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,776 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,777 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,778 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15159== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,779 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15159== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,780 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15159== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,781 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 27 bytes in 1 blocks are definitely lost in loss record 1,782 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,789 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C343B: luaopen_table (lib_table.c:385)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,790 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,791 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,792 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,793 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,794 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,795 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,796 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,797 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,798 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,799 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,800 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,801 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15159== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,802 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,803 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,804 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15159== by 0x547DA01: expr (lj_parse.c:2109)
==15159== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15159== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15159== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15159== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15159== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547F172: parse_local (lj_parse.c:2248)
==15159== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,805 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C343B: luaopen_table (lib_table.c:385)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,806 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,807 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,808 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,809 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,810 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,811 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,812 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,813 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,814 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,815 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,816 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,817 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15159== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,818 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,819 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 28 bytes in 1 blocks are definitely lost in loss record 1,820 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15159== by 0x547DA01: expr (lj_parse.c:2109)
==15159== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15159== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15159== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15159== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15159== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547F172: parse_local (lj_parse.c:2248)
==15159== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,827 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,828 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,829 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,830 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,831 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,832 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,833 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15159== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,834 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15159== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,835 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,836 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,837 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,838 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,839 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,840 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,841 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,842 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,843 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,844 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15159== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,845 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15159== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,846 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,847 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 29 bytes in 1 blocks are definitely lost in loss record 1,848 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,857 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,858 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C3462: luaopen_table (lib_table.c:386)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,859 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,860 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,861 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,862 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,863 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,864 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,865 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15159== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,866 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15159== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,867 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,868 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,869 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,870 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,871 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,872 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,873 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C3462: luaopen_table (lib_table.c:386)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,874 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,875 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,876 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,877 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,878 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,879 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,880 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15159== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,881 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15159== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,882 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,883 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,884 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,885 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 30 bytes in 1 blocks are definitely lost in loss record 1,886 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 31 bytes in 1 blocks are definitely lost in loss record 1,889 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 31 bytes in 1 blocks are definitely lost in loss record 1,890 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 31 bytes in 1 blocks are definitely lost in loss record 1,891 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 31 bytes in 1 blocks are definitely lost in loss record 1,892 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 31 bytes in 1 blocks are definitely lost in loss record 1,893 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 31 bytes in 1 blocks are definitely lost in loss record 1,894 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 31 bytes in 1 blocks are definitely lost in loss record 1,895 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 31 bytes in 1 blocks are definitely lost in loss record 1,896 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 31 bytes in 1 blocks are definitely lost in loss record 1,897 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 31 bytes in 1 blocks are definitely lost in loss record 1,898 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,098 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x546E332: cpluaopen (lj_state.c:149)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x546E64F: lua_newstate (lj_state.c:222)
==15159== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15159== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15159== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,099 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x546E344: cpluaopen (lj_state.c:150)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x546E64F: lua_newstate (lj_state.c:222)
==15159== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15159== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15159== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,100 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15159== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,101 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15159== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,102 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,103 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15159== by 0x54C619B: luaopen_package (lib_package.c:592)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,104 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15159== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,105 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15159== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15159== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,106 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,107 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C3414: luaopen_table (lib_table.c:384)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,108 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C343B: luaopen_table (lib_table.c:385)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,109 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C3462: luaopen_table (lib_table.c:386)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,110 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C3489: luaopen_table (lib_table.c:387)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,111 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,112 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,113 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,114 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C4976: luaopen_io (lib_io.c:533)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,115 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C528D: luaopen_os (lib_os.c:289)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,116 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C278F: luaopen_string (lib_string.c:739)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,117 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,118 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,119 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,120 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,121 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,122 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,123 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,124 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,125 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,126 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15159== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,127 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15159== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,128 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15159== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,129 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15159== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,130 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15159== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,131 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,132 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,133 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,134 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,135 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,136 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,137 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,138 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15159== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,139 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15159== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,140 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15159== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,141 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15159== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,142 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,143 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,144 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,145 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,146 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,147 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,148 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,149 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,150 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,151 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,152 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,153 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,154 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,155 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,156 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,157 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,158 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,159 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,160 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,161 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,162 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,163 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,164 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,165 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,166 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,167 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,168 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,169 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,170 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,171 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,172 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,173 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,174 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,175 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,176 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,177 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,178 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,179 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,180 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,181 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15159== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,182 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15159== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,183 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15159== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,184 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15159== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,185 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15159== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,186 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,187 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,188 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,189 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,190 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,191 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,192 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,193 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,194 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,195 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,196 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,197 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,198 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15159== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,199 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15159== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,200 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15159== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,201 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15159== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,202 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15159== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,203 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,204 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,205 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,206 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,207 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,208 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,209 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,210 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,211 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,212 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15159== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,213 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15159== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,214 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15159== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,215 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15159== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,216 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15159== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,217 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,218 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,219 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,220 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,221 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,222 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,223 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15159== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,224 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15159== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,225 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15159== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,226 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15159== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,227 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15159== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,228 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15159== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,229 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,230 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,231 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,232 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,233 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,234 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,235 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,236 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,237 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,238 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,239 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,240 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,241 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,242 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,243 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,244 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,245 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,246 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,247 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,248 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,249 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,250 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,251 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,252 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,253 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,254 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,255 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,256 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,257 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,258 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,259 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,260 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,261 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,262 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,263 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,264 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,265 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,266 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,267 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,268 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,269 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,270 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,271 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,272 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,273 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,274 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15159== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,275 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15159== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,276 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15159== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,277 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15159== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,278 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,279 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,280 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,281 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,282 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,283 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,284 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,285 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,286 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,287 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,288 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,289 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,290 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,291 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,292 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15159== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,293 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15159== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,294 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15159== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,295 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,296 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,297 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,298 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,299 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,300 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,301 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15159== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,302 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,303 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15159== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,304 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,305 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,306 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,307 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15159== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,308 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5479E68: fs_init (lj_parse.c:1617)
==15159== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15159== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15159== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==15159== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15159== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15159== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15159== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15159== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15159== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15159== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15159== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15159== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15159== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15159== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,309 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x546E332: cpluaopen (lj_state.c:149)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x546E64F: lua_newstate (lj_state.c:222)
==15159== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15159== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15159== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,310 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x546E344: cpluaopen (lj_state.c:150)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x546E64F: lua_newstate (lj_state.c:222)
==15159== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15159== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15159== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,311 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15159== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,312 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15159== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,313 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,314 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15159== by 0x54C619B: luaopen_package (lib_package.c:592)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,315 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15159== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,316 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15159== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15159== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,317 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,318 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C3414: luaopen_table (lib_table.c:384)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,319 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C343B: luaopen_table (lib_table.c:385)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,320 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C3462: luaopen_table (lib_table.c:386)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,321 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C3489: luaopen_table (lib_table.c:387)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,322 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,323 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,324 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,325 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C4976: luaopen_io (lib_io.c:533)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,326 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C528D: luaopen_os (lib_os.c:289)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,327 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C278F: luaopen_string (lib_string.c:739)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,328 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,329 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,330 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,331 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,332 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,333 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15159== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,334 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,335 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,336 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,337 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15159== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,338 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15159== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,339 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15159== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,340 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15159== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,341 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15159== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,342 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,343 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,344 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,345 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,346 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,347 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,348 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,349 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15159== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,350 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15159== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,351 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15159== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,352 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15159== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,353 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,354 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,355 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15159== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,356 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,357 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,358 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,359 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,360 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15159== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,361 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,362 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,363 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,364 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,365 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,366 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,367 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,368 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,369 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,370 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,371 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,372 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,373 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15159== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,374 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,375 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,376 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,377 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,378 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,379 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,380 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,381 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,382 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,383 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,384 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,385 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,386 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15159== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,387 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,388 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,389 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,390 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,391 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15159== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,392 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15159== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,393 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15159== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,394 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15159== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,395 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15159== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,396 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15159== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,397 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,398 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,399 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,400 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,401 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,402 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,403 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,404 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,405 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,406 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,407 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,408 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15159== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,409 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15159== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,410 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15159== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,411 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15159== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,412 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15159== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,413 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15159== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,414 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,415 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,416 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,417 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,418 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,419 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,420 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,421 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,422 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15159== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,423 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15159== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,424 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15159== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,425 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15159== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,426 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15159== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,427 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15159== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,428 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,429 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,430 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,431 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,432 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,433 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,434 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15159== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,435 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15159== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,436 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15159== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,437 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15159== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,438 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15159== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,439 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15159== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,440 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,441 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,442 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,443 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,444 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,445 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,446 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,447 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,448 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,449 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,450 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,451 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,452 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,453 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,454 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,455 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,456 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,457 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,458 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,459 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,460 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,461 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,462 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,463 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,464 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,465 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,466 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,467 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,468 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,469 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,470 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,471 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,472 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,473 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,474 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,475 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,476 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,477 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,478 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,479 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,480 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,481 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,482 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,483 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,484 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,485 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15159== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,486 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15159== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,487 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15159== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,488 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15159== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,489 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,490 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,491 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,492 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,493 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,494 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,495 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,496 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,497 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,498 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,499 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,500 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,501 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,502 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,503 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15159== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,504 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15159== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,505 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15159== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,506 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,507 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,508 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,509 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,510 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,511 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,512 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15159== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,513 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15159== by 0x546804A: lj_buf_more2 (lj_buf.c:46)
==15159== by 0x546BA1E: lj_buf_more (lj_buf.h:64)
==15159== by 0x546BA1E: lj_meta_cat (lj_meta.c:287)
==15159== by 0x5461C5B: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_more2
fun:lj_buf_more
fun:lj_meta_cat
fun:lj_BC_CAT
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,514 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,515 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15159== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,516 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,517 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,518 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468F59: newtab (lj_tab.c:124)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 32 bytes in 1 blocks are definitely lost in loss record 2,519 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15159== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 33 bytes in 1 blocks are definitely lost in loss record 2,522 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 33 bytes in 1 blocks are definitely lost in loss record 2,523 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 33 bytes in 1 blocks are definitely lost in loss record 2,524 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 33 bytes in 1 blocks are definitely lost in loss record 2,525 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15159== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 33 bytes in 1 blocks are definitely lost in loss record 2,526 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 33 bytes in 1 blocks are definitely lost in loss record 2,527 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 33 bytes in 1 blocks are definitely lost in loss record 2,528 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 33 bytes in 1 blocks are definitely lost in loss record 2,529 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15159== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 34 bytes in 1 blocks are definitely lost in loss record 2,532 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x546E399: cpluaopen (lj_state.c:154)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x546E64F: lua_newstate (lj_state.c:222)
==15159== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15159== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15159== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 34 bytes in 1 blocks are definitely lost in loss record 2,533 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 34 bytes in 1 blocks are definitely lost in loss record 2,534 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x546E399: cpluaopen (lj_state.c:154)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x546E64F: lua_newstate (lj_state.c:222)
==15159== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15159== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15159== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 34 bytes in 1 blocks are definitely lost in loss record 2,535 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 36 bytes in 1 blocks are definitely lost in loss record 2,550 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 36 bytes in 1 blocks are definitely lost in loss record 2,551 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 36 bytes in 2 blocks are definitely lost in loss record 2,552 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15159== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15159== by 0x547E302: parse_args (lj_parse.c:1902)
==15159== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15159== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15159== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15159== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547F25B: parse_local (lj_parse.c:2261)
==15159== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15159== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 36 bytes in 2 blocks are definitely lost in loss record 2,553 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15159== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15159== by 0x547E302: parse_args (lj_parse.c:1902)
==15159== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15159== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15159== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15159== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547F25B: parse_local (lj_parse.c:2261)
==15159== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15159== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 37 bytes in 1 blocks are definitely lost in loss record 2,554 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 37 bytes in 1 blocks are definitely lost in loss record 2,555 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 37 bytes in 1 blocks are definitely lost in loss record 2,556 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 37 bytes in 1 blocks are definitely lost in loss record 2,557 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 37 bytes in 1 blocks are definitely lost in loss record 2,558 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 37 bytes in 1 blocks are definitely lost in loss record 2,559 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 38 bytes in 1 blocks are definitely lost in loss record 2,562 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 38 bytes in 1 blocks are definitely lost in loss record 2,563 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 38 bytes in 1 blocks are definitely lost in loss record 2,564 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 38 bytes in 1 blocks are definitely lost in loss record 2,565 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 39 bytes in 1 blocks are definitely lost in loss record 2,568 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 39 bytes in 1 blocks are definitely lost in loss record 2,569 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 39 bytes in 1 blocks are definitely lost in loss record 2,570 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 39 bytes in 1 blocks are definitely lost in loss record 2,571 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 39 bytes in 1 blocks are definitely lost in loss record 2,572 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 39 bytes in 1 blocks are definitely lost in loss record 2,573 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 1 blocks are definitely lost in loss record 2,627 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15159== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15159== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15159== by 0x54C4992: luaopen_io (lib_io.c:534)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 1 blocks are definitely lost in loss record 2,628 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15159== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15159== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15159== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 1 blocks are definitely lost in loss record 2,629 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15159== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15159== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15159== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 1 blocks are definitely lost in loss record 2,630 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 1 blocks are definitely lost in loss record 2,631 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 1 blocks are definitely lost in loss record 2,632 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15159== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 1 blocks are definitely lost in loss record 2,633 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15159== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15159== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15159== by 0x54C4992: luaopen_io (lib_io.c:534)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 1 blocks are definitely lost in loss record 2,634 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15159== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15159== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15159== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 1 blocks are definitely lost in loss record 2,635 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15159== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15159== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15159== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 1 blocks are definitely lost in loss record 2,636 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 1 blocks are definitely lost in loss record 2,637 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 1 blocks are definitely lost in loss record 2,638 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15159== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 2 blocks are definitely lost in loss record 2,639 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15159== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15159== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 2 blocks are definitely lost in loss record 2,640 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 2 blocks are definitely lost in loss record 2,641 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15159== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15159== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 40 bytes in 2 blocks are definitely lost in loss record 2,642 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 41 bytes in 1 blocks are definitely lost in loss record 2,643 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 41 bytes in 1 blocks are definitely lost in loss record 2,644 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 41 bytes in 1 blocks are definitely lost in loss record 2,645 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 41 bytes in 1 blocks are definitely lost in loss record 2,646 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 42 bytes in 1 blocks are definitely lost in loss record 2,647 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 42 bytes in 1 blocks are definitely lost in loss record 2,648 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 43 bytes in 1 blocks are definitely lost in loss record 2,657 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 43 bytes in 1 blocks are definitely lost in loss record 2,658 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 43 bytes in 2 blocks are definitely lost in loss record 2,659 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 43 bytes in 2 blocks are definitely lost in loss record 2,660 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 44 bytes in 1 blocks are definitely lost in loss record 2,665 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 44 bytes in 1 blocks are definitely lost in loss record 2,666 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15159== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 47 bytes in 2 blocks are definitely lost in loss record 2,676 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15159== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 47 bytes in 2 blocks are definitely lost in loss record 2,677 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15159== by 0x54C6353: luaopen_package (lib_package.c:619)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 47 bytes in 2 blocks are definitely lost in loss record 2,678 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15159== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 47 bytes in 2 blocks are definitely lost in loss record 2,679 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15159== by 0x54C6353: luaopen_package (lib_package.c:619)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,769 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15159== by 0x54C0103: luaopen_base (lib_base.c:706)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,770 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15159== by 0x54C619B: luaopen_package (lib_package.c:592)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,771 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x54C279E: luaopen_string (lib_string.c:740)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,772 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,773 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,774 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,775 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15159== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,776 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15159== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,777 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,778 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,779 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15159== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,780 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15159== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,781 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,782 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,783 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,784 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,785 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,786 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,787 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15159== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,788 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15159== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,789 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,790 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15159== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,791 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468EB7: newtab (lj_tab.c:109)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15159== by 0x547D619: expr_simple (lj_parse.c:2004)
==15159== by 0x547D619: expr_unop (lj_parse.c:2077)
==15159== by 0x547D619: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547F25B: parse_local (lj_parse.c:2261)
==15159== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547EE83: parse_func (lj_parse.c:2286)
==15159== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15159== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,792 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5469CC4: newhpart (lj_tab.c:66)
==15159== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15159== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15159== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15159== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==15159== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==15159== by 0x547983F: lex_scan (lj_lex.c:301)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x547F837: lj_parse (lj_parse.c:2717)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15159== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15159== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==15159== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15159== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15159== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15159== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15159== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15159== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15159== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15159== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15159== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15159== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15159== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,793 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15159== by 0x54C0103: luaopen_base (lib_base.c:706)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,794 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15159== by 0x54C619B: luaopen_package (lib_package.c:592)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,795 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x54C279E: luaopen_string (lib_string.c:740)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,796 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,797 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,798 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15159== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15159== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,799 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15159== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,800 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15159== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,801 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,802 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15159== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,803 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15159== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,804 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15159== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,805 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,806 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,807 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,808 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,809 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,810 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,811 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15159== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,812 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15159== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,813 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,814 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15159== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 48 bytes in 1 blocks are definitely lost in loss record 2,815 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468EB7: newtab (lj_tab.c:109)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15159== by 0x547D619: expr_simple (lj_parse.c:2004)
==15159== by 0x547D619: expr_unop (lj_parse.c:2077)
==15159== by 0x547D619: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547F25B: parse_local (lj_parse.c:2261)
==15159== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547EE83: parse_func (lj_parse.c:2286)
==15159== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15159== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 49 bytes in 1 blocks are definitely lost in loss record 2,818 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15159== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15159== by 0x547E302: parse_args (lj_parse.c:1902)
==15159== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15159== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15159== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15159== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547F172: parse_local (lj_parse.c:2248)
==15159== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 49 bytes in 1 blocks are definitely lost in loss record 2,819 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15159== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15159== by 0x547E302: parse_args (lj_parse.c:1902)
==15159== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15159== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15159== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15159== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547F172: parse_local (lj_parse.c:2248)
==15159== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 60 bytes in 2 blocks are definitely lost in loss record 2,854 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 60 bytes in 2 blocks are definitely lost in loss record 2,855 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15159== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 62 bytes in 3 blocks are definitely lost in loss record 2,858 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15159== by 0x547DB92: expr_table (lj_parse.c:1762)
==15159== by 0x547D619: expr_simple (lj_parse.c:2004)
==15159== by 0x547D619: expr_unop (lj_parse.c:2077)
==15159== by 0x547D619: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547F25B: parse_local (lj_parse.c:2261)
==15159== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547EE83: parse_func (lj_parse.c:2286)
==15159== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15159== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 62 bytes in 3 blocks are definitely lost in loss record 2,859 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15159== by 0x5479986: lex_string (lj_lex.c:280)
==15159== by 0x5479986: lex_scan (lj_lex.c:364)
==15159== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15159== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15159== by 0x547DB92: expr_table (lj_parse.c:1762)
==15159== by 0x547D619: expr_simple (lj_parse.c:2004)
==15159== by 0x547D619: expr_unop (lj_parse.c:2077)
==15159== by 0x547D619: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547F25B: parse_local (lj_parse.c:2261)
==15159== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547EE83: parse_func (lj_parse.c:2286)
==15159== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15159== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 64 bytes in 1 blocks are definitely lost in loss record 2,932 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15159== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15159== by 0x54C073D: luaopen_math (lib_math.c:221)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 64 bytes in 1 blocks are definitely lost in loss record 2,933 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15159== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15159== by 0x54C073D: luaopen_math (lib_math.c:221)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 64 bytes in 2 blocks are definitely lost in loss record 2,934 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15159== by 0x54C6353: luaopen_package (lib_package.c:619)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 64 bytes in 2 blocks are definitely lost in loss record 2,935 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 64 bytes in 2 blocks are definitely lost in loss record 2,936 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 64 bytes in 2 blocks are definitely lost in loss record 2,937 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15159== by 0x54C6353: luaopen_package (lib_package.c:619)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 64 bytes in 2 blocks are definitely lost in loss record 2,938 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 64 bytes in 2 blocks are definitely lost in loss record 2,939 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 67 bytes in 3 blocks are definitely lost in loss record 2,942 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 67 bytes in 3 blocks are definitely lost in loss record 2,943 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 72 bytes in 1 blocks are definitely lost in loss record 2,969 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468EB7: newtab (lj_tab.c:109)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,970 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15159== by 0x54B7C74: clib_new (lj_clib.c:398)
==15159== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15159== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 72 bytes in 1 blocks are definitely lost in loss record 2,971 of 3,701
==15159== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15159== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15159== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15159== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15159== by 0x547DE88: expr_table (lj_parse.c:1746)
==15159== by 0x547D619: expr_simple (lj_parse.c:2004)
==15159== by 0x547D619: expr_unop (lj_parse.c:2077)
==15159== by 0x547D619: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547F25B: parse_local (lj_parse.c:2261)
==15159== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547EE83: parse_func (lj_parse.c:2286)
==15159== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15159== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 72 bytes in 1 blocks are definitely lost in loss record 2,972 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468EB7: newtab (lj_tab.c:109)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,973 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15159== by 0x54B7C74: clib_new (lj_clib.c:398)
==15159== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15159== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 72 bytes in 1 blocks are definitely lost in loss record 2,974 of 3,701
==15159== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15159== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15159== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15159== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15159== by 0x547DE88: expr_table (lj_parse.c:1746)
==15159== by 0x547D619: expr_simple (lj_parse.c:2004)
==15159== by 0x547D619: expr_unop (lj_parse.c:2077)
==15159== by 0x547D619: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547F25B: parse_local (lj_parse.c:2261)
==15159== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547EE83: parse_func (lj_parse.c:2286)
==15159== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15159== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 80 bytes in 1 blocks are definitely lost in loss record 3,019 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15159== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15159== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C278F: luaopen_string (lib_string.c:739)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 80 bytes in 1 blocks are definitely lost in loss record 3,020 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15159== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15159== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C278F: luaopen_string (lib_string.c:739)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 84 bytes in 1 blocks are definitely lost in loss record 3,023 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54762EB: lua_getfield (lj_api.c:800)
==15159== by 0x503895: ngx_http_lua_cache_load_code (ngx_http_lua_cache.c:55)
==15159== by 0x5039D3: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:162)
==15159== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==15159== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15159== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15159== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15159== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15159== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15159== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15159== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15159== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15159== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15159== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15159== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:ngx_http_lua_cache_load_code
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 88 bytes in 4 blocks are definitely lost in loss record 3,028 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C4976: luaopen_io (lib_io.c:533)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 88 bytes in 4 blocks are definitely lost in loss record 3,029 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C4976: luaopen_io (lib_io.c:533)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 91 bytes in 4 blocks are definitely lost in loss record 3,030 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15159== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 91 bytes in 4 blocks are definitely lost in loss record 3,031 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15159== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 1 blocks are definitely lost in loss record 3,072 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 1 blocks are definitely lost in loss record 3,073 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15159== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 1 blocks are definitely lost in loss record 3,074 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 1 blocks are definitely lost in loss record 3,075 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 1 blocks are definitely lost in loss record 3,076 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 1 blocks are definitely lost in loss record 3,077 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 1 blocks are definitely lost in loss record 3,078 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 1 blocks are definitely lost in loss record 3,079 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15159== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 1 blocks are definitely lost in loss record 3,080 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15159== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 1 blocks are definitely lost in loss record 3,081 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15159== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 1 blocks are definitely lost in loss record 3,082 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 1 blocks are definitely lost in loss record 3,083 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 3 blocks are definitely lost in loss record 3,084 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15159== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 3 blocks are definitely lost in loss record 3,085 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 3 blocks are definitely lost in loss record 3,086 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15159== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 96 bytes in 3 blocks are definitely lost in loss record 3,087 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 100 bytes in 5 blocks are definitely lost in loss record 3,088 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15159== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15159== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 100 bytes in 5 blocks are definitely lost in loss record 3,089 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15159== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15159== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 104 bytes in 1 blocks are definitely lost in loss record 3,093 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x5468EB7: newtab (lj_tab.c:109)
==15159== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15159== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15159== by 0x504363: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:122)
==15159== by 0x50444B: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:312)
==15159== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15159== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15159== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15159== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15159== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15159== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15159== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15159== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15159== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15159== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15159== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_content_by_chunk
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 108 bytes in 5 blocks are definitely lost in loss record 3,098 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 108 bytes in 5 blocks are definitely lost in loss record 3,099 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 114 bytes in 5 blocks are definitely lost in loss record 3,114 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 114 bytes in 5 blocks are definitely lost in loss record 3,115 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 119 bytes in 1 blocks are definitely lost in loss record 3,116 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5475745: lua_pushstring (lj_api.c:652)
==15159== by 0x54C607A: setpath (lib_package.c:555)
==15159== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 119 bytes in 1 blocks are definitely lost in loss record 3,117 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5475745: lua_pushstring (lj_api.c:652)
==15159== by 0x54C607A: setpath (lib_package.c:555)
==15159== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 120 bytes in 5 blocks are definitely lost in loss record 3,128 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546AB0F: func_finduv (lj_func.c:52)
==15159== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15159== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 120 bytes in 5 blocks are definitely lost in loss record 3,129 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546AB0F: func_finduv (lj_func.c:52)
==15159== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15159== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 125 bytes in 6 blocks are definitely lost in loss record 3,133 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5475745: lua_pushstring (lj_api.c:652)
==15159== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 125 bytes in 6 blocks are definitely lost in loss record 3,134 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5475745: lua_pushstring (lj_api.c:652)
==15159== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 126 bytes in 1 blocks are definitely lost in loss record 3,135 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547C960: parse_body (lj_parse.c:1855)
==15159== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15159== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15159== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547EF73: parse_return (lj_parse.c:2316)
==15159== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15159== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15159== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15159== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15159== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15159== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15159== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 126 bytes in 1 blocks are definitely lost in loss record 3,136 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547C960: parse_body (lj_parse.c:1855)
==15159== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15159== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15159== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547EF73: parse_return (lj_parse.c:2316)
==15159== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15159== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15159== by 0x547C930: parse_body (lj_parse.c:1853)
==15159== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15159== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15159== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15159== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15159== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15159== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 128 bytes in 4 blocks are definitely lost in loss record 3,177 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15159== by 0x54C6212: luaopen_package (lib_package.c:599)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 128 bytes in 4 blocks are definitely lost in loss record 3,178 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 128 bytes in 4 blocks are definitely lost in loss record 3,179 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15159== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15159== by 0x54C6212: luaopen_package (lib_package.c:599)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 128 bytes in 4 blocks are definitely lost in loss record 3,180 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 130 bytes in 1 blocks are definitely lost in loss record 3,181 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547C960: parse_body (lj_parse.c:1855)
==15159== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15159== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15159== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15159== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15159== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15159== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 130 bytes in 1 blocks are definitely lost in loss record 3,182 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547C960: parse_body (lj_parse.c:1855)
==15159== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15159== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15159== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15159== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15159== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15159== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 139 (92 direct, 47 indirect) bytes in 1 blocks are definitely lost in loss record 3,187 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547F857: lj_parse (lj_parse.c:2721)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15159== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15159== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==15159== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15159== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15159== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15159== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15159== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15159== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15159== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15159== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15159== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15159== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15159== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 157 bytes in 6 blocks are definitely lost in loss record 3,201 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 157 bytes in 6 blocks are definitely lost in loss record 3,202 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 160 bytes in 5 blocks are definitely lost in loss record 3,217 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 160 bytes in 5 blocks are definitely lost in loss record 3,218 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 172 bytes in 5 blocks are definitely lost in loss record 3,227 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15159== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 172 bytes in 5 blocks are definitely lost in loss record 3,228 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A70B: func_newL (lj_func.c:122)
==15159== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15159== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 174 bytes in 8 blocks are definitely lost in loss record 3,229 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C278F: luaopen_string (lib_string.c:739)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 174 bytes in 8 blocks are definitely lost in loss record 3,230 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C278F: luaopen_string (lib_string.c:739)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 176 bytes in 2 blocks are definitely lost in loss record 3,240 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15159== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15159== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 176 bytes in 2 blocks are definitely lost in loss record 3,241 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15159== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15159== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 186 bytes in 8 blocks are definitely lost in loss record 3,250 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C528D: luaopen_os (lib_os.c:289)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 186 bytes in 8 blocks are definitely lost in loss record 3,251 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C528D: luaopen_os (lib_os.c:289)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 1 blocks are definitely lost in loss record 3,258 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15159== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 1 blocks are definitely lost in loss record 3,259 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15159== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 1 blocks are definitely lost in loss record 3,260 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 1 blocks are definitely lost in loss record 3,261 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 1 blocks are definitely lost in loss record 3,262 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 1 blocks are definitely lost in loss record 3,263 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 1 blocks are definitely lost in loss record 3,264 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 1 blocks are definitely lost in loss record 3,265 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15159== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 1 blocks are definitely lost in loss record 3,266 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15159== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 1 blocks are definitely lost in loss record 3,267 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15159== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 1 blocks are definitely lost in loss record 3,268 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 1 blocks are definitely lost in loss record 3,269 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 1 blocks are definitely lost in loss record 3,270 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15159== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 1 blocks are definitely lost in loss record 3,271 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15159== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 6 blocks are definitely lost in loss record 3,272 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 192 bytes in 6 blocks are definitely lost in loss record 3,273 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 200 bytes in 1 blocks are definitely lost in loss record 3,274 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547F857: lj_parse (lj_parse.c:2721)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15159== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 200 bytes in 1 blocks are definitely lost in loss record 3,275 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547F857: lj_parse (lj_parse.c:2721)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15159== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 200 bytes in 5 blocks are definitely lost in loss record 3,276 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15159== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15159== by 0x54C38CD: io_file_new (lib_io.c:73)
==15159== by 0x54C3BCF: lj_cf_io_popen (lib_io.c:413)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15159== by 0x504363: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:122)
==15159== by 0x50444B: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:312)
==15159== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15159== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15159== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15159== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15159== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15159== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15159== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15159== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15159== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15159== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15159== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_file_new
fun:lj_cf_io_popen
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_content_by_chunk
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 212 bytes in 1 blocks are definitely lost in loss record 3,279 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547C960: parse_body (lj_parse.c:1855)
==15159== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15159== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15159== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15159== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15159== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15159== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F688: parse_block (lj_parse.c:2402)
==15159== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15159== by 0x547F049: parse_for (lj_parse.c:2577)
==15159== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15159== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 212 bytes in 1 blocks are definitely lost in loss record 3,280 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547C960: parse_body (lj_parse.c:1855)
==15159== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15159== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15159== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15159== by 0x547D9A5: expr (lj_parse.c:2109)
==15159== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15159== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15159== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15159== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15159== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F688: parse_block (lj_parse.c:2402)
==15159== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15159== by 0x547F049: parse_for (lj_parse.c:2577)
==15159== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15159== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 216 bytes in 10 blocks are definitely lost in loss record 3,281 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 216 bytes in 10 blocks are definitely lost in loss record 3,282 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,285 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547F857: lj_parse (lj_parse.c:2721)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,286 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547F857: lj_parse (lj_parse.c:2721)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 229 bytes in 10 blocks are definitely lost in loss record 3,295 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15159== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 229 bytes in 10 blocks are definitely lost in loss record 3,296 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15159== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 243 bytes in 5 blocks are definitely lost in loss record 3,297 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54C109B: lj_buf_str (lj_buf.h:100)
==15159== by 0x54C109B: lj_cf_string_format (lib_string.c:726)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15159== by 0x504363: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:122)
==15159== by 0x50444B: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:312)
==15159== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15159== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15159== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15159== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15159== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15159== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15159== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15159== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15159== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15159== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15159== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_cf_string_format
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_content_by_chunk
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 245 bytes in 11 blocks are definitely lost in loss record 3,298 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 245 bytes in 11 blocks are definitely lost in loss record 3,299 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 288 bytes in 9 blocks are definitely lost in loss record 3,327 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 288 bytes in 9 blocks are definitely lost in loss record 3,328 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 310 bytes in 1 blocks are definitely lost in loss record 3,336 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547C960: parse_body (lj_parse.c:1855)
==15159== by 0x547F172: parse_local (lj_parse.c:2248)
==15159== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 310 bytes in 1 blocks are definitely lost in loss record 3,337 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547C960: parse_body (lj_parse.c:1855)
==15159== by 0x547F172: parse_local (lj_parse.c:2248)
==15159== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15159== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 352 bytes in 11 blocks are definitely lost in loss record 3,355 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C4976: luaopen_io (lib_io.c:533)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 352 bytes in 11 blocks are definitely lost in loss record 3,356 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C528D: luaopen_os (lib_os.c:289)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 352 bytes in 11 blocks are definitely lost in loss record 3,357 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C4976: luaopen_io (lib_io.c:533)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 352 bytes in 11 blocks are definitely lost in loss record 3,358 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C528D: luaopen_os (lib_os.c:289)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 360 bytes in 15 blocks are definitely lost in loss record 3,363 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546AB0F: func_finduv (lj_func.c:52)
==15159== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15159== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 360 bytes in 15 blocks are definitely lost in loss record 3,364 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x546AB0F: func_finduv (lj_func.c:52)
==15159== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15159== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15159== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 363 bytes in 1 blocks are definitely lost in loss record 3,365 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547C960: parse_body (lj_parse.c:1855)
==15159== by 0x547EE83: parse_func (lj_parse.c:2286)
==15159== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15159== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 363 bytes in 1 blocks are definitely lost in loss record 3,366 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15159== by 0x547C960: parse_body (lj_parse.c:1855)
==15159== by 0x547EE83: parse_func (lj_parse.c:2286)
==15159== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15159== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15159== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15159== by 0x548153A: cpparser (lj_load.c:41)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x548165A: lua_loadx (lj_load.c:58)
==15159== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15159== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15159== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 382 bytes in 18 blocks are definitely lost in loss record 3,371 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 382 bytes in 18 blocks are definitely lost in loss record 3,372 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,381 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15159== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,382 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5469CC4: newhpart (lj_tab.c:66)
==15159== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15159== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15159== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15159== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15159== by 0x5476F58: lua_setfield (lj_api.c:972)
==15159== by 0x54C6335: luaopen_package (lib_package.c:617)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,383 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,384 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,385 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C4976: luaopen_io (lib_io.c:533)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,386 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C528D: luaopen_os (lib_os.c:289)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,387 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C278F: luaopen_string (lib_string.c:739)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,388 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,389 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,390 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,391 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5469CC4: newhpart (lj_tab.c:66)
==15159== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15159== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15159== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15159== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15159== by 0x5476F58: lua_setfield (lj_api.c:972)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,392 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15159== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,393 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,394 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,395 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15159== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,396 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5469CC4: newhpart (lj_tab.c:66)
==15159== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15159== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15159== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15159== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15159== by 0x5476F58: lua_setfield (lj_api.c:972)
==15159== by 0x54C6335: luaopen_package (lib_package.c:617)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,397 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,398 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,399 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C4976: luaopen_io (lib_io.c:533)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,400 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C528D: luaopen_os (lib_os.c:289)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,401 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C278F: luaopen_string (lib_string.c:739)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,402 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,403 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,404 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,405 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5469CC4: newhpart (lj_tab.c:66)
==15159== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15159== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15159== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15159== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15159== by 0x5476F58: lua_setfield (lj_api.c:972)
==15159== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15159== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,406 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15159== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,407 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 1 blocks are definitely lost in loss record 3,408 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15159== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 12 blocks are definitely lost in loss record 3,409 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 384 bytes in 12 blocks are definitely lost in loss record 3,410 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 416 bytes in 13 blocks are definitely lost in loss record 3,415 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C278F: luaopen_string (lib_string.c:739)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 416 bytes in 13 blocks are definitely lost in loss record 3,416 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C278F: luaopen_string (lib_string.c:739)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 438 bytes in 19 blocks are definitely lost in loss record 3,421 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15159== by 0x546E387: cpluaopen (lj_state.c:152)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x546E64F: lua_newstate (lj_state.c:222)
==15159== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15159== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15159== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 438 bytes in 19 blocks are definitely lost in loss record 3,422 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15159== by 0x546E387: cpluaopen (lj_state.c:152)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x546E64F: lua_newstate (lj_state.c:222)
==15159== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15159== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15159== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 442 bytes in 21 blocks are definitely lost in loss record 3,423 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15159== by 0x546E38F: cpluaopen (lj_state.c:153)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x546E64F: lua_newstate (lj_state.c:222)
==15159== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15159== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15159== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 442 bytes in 21 blocks are definitely lost in loss record 3,424 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15159== by 0x546E38F: cpluaopen (lj_state.c:153)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x546E64F: lua_newstate (lj_state.c:222)
==15159== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15159== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15159== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 462 bytes in 19 blocks are definitely lost in loss record 3,433 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 462 bytes in 19 blocks are definitely lost in loss record 3,434 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15159== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 512 bytes in 16 blocks are definitely lost in loss record 3,475 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 512 bytes in 16 blocks are definitely lost in loss record 3,476 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 544 bytes in 17 blocks are definitely lost in loss record 3,486 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 544 bytes in 17 blocks are definitely lost in loss record 3,487 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 576 bytes in 18 blocks are definitely lost in loss record 3,498 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 576 bytes in 18 blocks are definitely lost in loss record 3,499 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 760 bytes in 5 blocks are definitely lost in loss record 3,534 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15159== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15159== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 760 bytes in 5 blocks are definitely lost in loss record 3,535 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15159== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15159== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15159== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 768 bytes in 1 blocks are definitely lost in loss record 3,538 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 768 bytes in 1 blocks are definitely lost in loss record 3,539 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15159== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 768 bytes in 1 blocks are definitely lost in loss record 3,540 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15159== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 768 bytes in 1 blocks are definitely lost in loss record 3,541 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 768 bytes in 1 blocks are definitely lost in loss record 3,542 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5469CC4: newhpart (lj_tab.c:66)
==15159== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15159== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15159== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15159== by 0x547710F: lua_rawset (lj_api.c:991)
==15159== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 768 bytes in 1 blocks are definitely lost in loss record 3,543 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 768 bytes in 1 blocks are definitely lost in loss record 3,544 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 768 bytes in 1 blocks are definitely lost in loss record 3,545 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15159== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15159== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 768 bytes in 1 blocks are definitely lost in loss record 3,546 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15159== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 768 bytes in 1 blocks are definitely lost in loss record 3,547 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15159== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15159== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 768 bytes in 1 blocks are definitely lost in loss record 3,548 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15159== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 768 bytes in 1 blocks are definitely lost in loss record 3,549 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5469CC4: newhpart (lj_tab.c:66)
==15159== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15159== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15159== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15159== by 0x547710F: lua_rawset (lj_api.c:991)
==15159== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15159== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 768 bytes in 1 blocks are definitely lost in loss record 3,550 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 768 bytes in 1 blocks are definitely lost in loss record 3,551 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15159== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15159== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 848 bytes in 26 blocks are definitely lost in loss record 3,566 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 848 bytes in 26 blocks are definitely lost in loss record 3,567 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C0761: luaopen_math (lib_math.c:223)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 1,000 bytes in 27 blocks are definitely lost in loss record 3,586 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 1,000 bytes in 27 blocks are definitely lost in loss record 3,587 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15159== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15159== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15159== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15159== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15159== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 1,446 bytes in 59 blocks are definitely lost in loss record 3,625 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15159== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 1,446 bytes in 59 blocks are definitely lost in loss record 3,626 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468C42: lj_str_new (lj_str.c:220)
==15159== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15159== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 1,536 bytes in 1 blocks are definitely lost in loss record 3,632 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x546E332: cpluaopen (lj_state.c:149)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x546E64F: lua_newstate (lj_state.c:222)
==15159== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15159== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15159== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 1,536 bytes in 1 blocks are definitely lost in loss record 3,633 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x546E332: cpluaopen (lj_state.c:149)
==15159== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x546E64F: lua_newstate (lj_state.c:222)
==15159== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15159== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15159== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,661 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15159== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,662 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15159== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15159== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 3,072 bytes in 1 blocks are definitely lost in loss record 3,669 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x422D15: main (nginx.c:294)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 3,072 bytes in 1 blocks are definitely lost in loss record 3,670 of 3,701
==15159== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15159== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5468F18: newhpart (lj_tab.c:66)
==15159== by 0x5468F18: newtab (lj_tab.c:145)
==15159== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15159== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15159== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15159== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15159== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15159== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15159== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15159== by 0x459663: ngx_http_block (ngx_http.c:312)
==15159== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15159== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15159== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15159== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* ==15159== 8,192 bytes in 1 blocks are definitely lost in loss record 3,698 of 3,701
==15159== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15159== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15159== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15159== by 0x5467FEA: lj_buf_need2 (lj_buf.c:36)
==15159== by 0x54C3F98: io_file_readall (lib_io.c:166)
==15159== by 0x54C3F98: io_file_read (lib_io.c:212)
==15159== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15159== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15159== by 0x504363: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:122)
==15159== by 0x50444B: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:312)
==15159== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15159== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15159== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15159== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15159== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15159== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15159== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15159== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15159== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15159== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15159== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15159== by 0x422F5B: main (nginx.c:382)
==15159==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_need2
fun:io_file_readall
fun:io_file_read
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_content_by_chunk
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 6: lua_sa_restart on (default) - SA_RESTART is effective in content_by_lua* - status code ok got: ''
expected: '200'
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== Invalid read of size 8
==15170== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15170== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15170== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15170== by 0x422F5B: main (nginx.c:382)
==15170== Address 0x18 is not stack'd, malloc'd or (recently) free'd
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_poll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170==
==15170== Process terminating with default action of signal 11 (SIGSEGV)
==15170== Access not within mapped region at address 0x18
==15170== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15170== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15170== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15170== by 0x422F5B: main (nginx.c:382)
==15170== If you believe this happened as a result of a stack
==15170== overflow in your program's main thread (unlikely but
==15170== possible), you can try to increase the size of the
==15170== main thread stack using the --main-stacksize= flag.
==15170== The main thread stack size used in this run was 8388608.
==15170== 18 bytes in 1 blocks are definitely lost in loss record 828 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15170== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 18 bytes in 1 blocks are definitely lost in loss record 829 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15170== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 19 bytes in 1 blocks are definitely lost in loss record 834 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 19 bytes in 1 blocks are definitely lost in loss record 835 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 19 bytes in 1 blocks are definitely lost in loss record 836 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 19 bytes in 1 blocks are definitely lost in loss record 837 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 19 bytes in 1 blocks are definitely lost in loss record 838 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15170== by 0x547E594: expr_primary (lj_parse.c:1961)
==15170== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15170== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15170== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9CA: expr (lj_parse.c:2109)
==15170== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15170== by 0x547E302: parse_args (lj_parse.c:1902)
==15170== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15170== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15170== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15170== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547F25B: parse_local (lj_parse.c:2261)
==15170== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F688: parse_block (lj_parse.c:2402)
==15170== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15170== by 0x547F049: parse_for (lj_parse.c:2577)
==15170== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15170== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547EE83: parse_func (lj_parse.c:2286)
==15170== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15170== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 19 bytes in 1 blocks are definitely lost in loss record 839 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 19 bytes in 1 blocks are definitely lost in loss record 840 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 19 bytes in 1 blocks are definitely lost in loss record 841 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 19 bytes in 1 blocks are definitely lost in loss record 842 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 19 bytes in 1 blocks are definitely lost in loss record 843 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15170== by 0x547E594: expr_primary (lj_parse.c:1961)
==15170== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15170== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15170== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9CA: expr (lj_parse.c:2109)
==15170== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15170== by 0x547E302: parse_args (lj_parse.c:1902)
==15170== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15170== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15170== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15170== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547F25B: parse_local (lj_parse.c:2261)
==15170== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F688: parse_block (lj_parse.c:2402)
==15170== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15170== by 0x547F049: parse_for (lj_parse.c:2577)
==15170== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15170== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547EE83: parse_func (lj_parse.c:2286)
==15170== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15170== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 852 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15170== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C278F: luaopen_string (lib_string.c:739)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 853 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15170== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15170== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C278F: luaopen_string (lib_string.c:739)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 854 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15170== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 855 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15170== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 856 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15170== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 857 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 858 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 859 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15170== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15170== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 860 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15170== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 861 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 862 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 863 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 864 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 865 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15170== by 0x5481548: cpparser (lj_load.c:42)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15170== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 866 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15170== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 867 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 868 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x547983F: lex_scan (lj_lex.c:301)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15170== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15170== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15170== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 869 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15170== by 0x5481548: cpparser (lj_load.c:42)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 870 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 871 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 872 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 873 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15170== by 0x547D619: expr_simple (lj_parse.c:2004)
==15170== by 0x547D619: expr_unop (lj_parse.c:2077)
==15170== by 0x547D619: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547F25B: parse_local (lj_parse.c:2261)
==15170== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547EE83: parse_func (lj_parse.c:2286)
==15170== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15170== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 874 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15170== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15170== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 875 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15170== by 0x5481548: cpparser (lj_load.c:42)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15170== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15170== by 0x51501B: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:154)
==15170== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15170== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15170== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15170== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15170== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15170== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15170== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15170== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15170== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15170== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15170== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 876 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15170== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C278F: luaopen_string (lib_string.c:739)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 877 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15170== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15170== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C278F: luaopen_string (lib_string.c:739)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 878 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15170== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 879 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15170== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 880 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15170== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 881 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 882 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 883 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15170== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15170== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 884 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15170== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 885 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 886 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 887 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 888 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 889 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15170== by 0x5481548: cpparser (lj_load.c:42)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15170== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 890 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15170== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 891 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 892 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x547983F: lex_scan (lj_lex.c:301)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15170== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15170== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15170== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 893 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15170== by 0x5481548: cpparser (lj_load.c:42)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 894 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 895 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 896 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 897 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15170== by 0x547D619: expr_simple (lj_parse.c:2004)
==15170== by 0x547D619: expr_unop (lj_parse.c:2077)
==15170== by 0x547D619: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547F25B: parse_local (lj_parse.c:2261)
==15170== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547EE83: parse_func (lj_parse.c:2286)
==15170== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15170== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 20 bytes in 1 blocks are definitely lost in loss record 898 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15170== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15170== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 911 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C6293: luaopen_package (lib_package.c:610)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 912 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15170== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 913 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15170== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 914 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15170== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 915 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15170== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 916 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15170== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 917 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 918 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 919 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15170== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 920 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15170== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 921 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15170== by 0x547D108: expr_binop (lj_parse.c:2098)
==15170== by 0x547DA01: expr (lj_parse.c:2109)
==15170== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15170== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15170== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15170== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15170== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547F172: parse_local (lj_parse.c:2248)
==15170== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 922 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C6293: luaopen_package (lib_package.c:610)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 923 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15170== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 924 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15170== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 925 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15170== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 926 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15170== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 927 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15170== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 928 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 929 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 930 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15170== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 931 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15170== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 21 bytes in 1 blocks are definitely lost in loss record 932 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15170== by 0x547D108: expr_binop (lj_parse.c:2098)
==15170== by 0x547DA01: expr (lj_parse.c:2109)
==15170== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15170== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15170== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15170== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15170== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547F172: parse_local (lj_parse.c:2248)
==15170== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 947 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C4959: luaopen_io (lib_io.c:532)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 948 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15170== by 0x54C4992: luaopen_io (lib_io.c:534)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 949 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 950 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15170== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 951 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15170== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 952 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15170== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 953 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15170== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 954 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 955 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15170== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 956 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15170== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 957 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 958 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 959 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C4959: luaopen_io (lib_io.c:532)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 960 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15170== by 0x54C4992: luaopen_io (lib_io.c:534)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 961 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 962 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15170== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 963 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15170== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 964 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15170== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 965 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15170== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 966 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 967 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15170== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 968 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15170== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 969 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 22 bytes in 1 blocks are definitely lost in loss record 970 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 977 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 978 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C6308: luaopen_package (lib_package.c:615)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 979 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15170== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 980 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15170== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 981 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15170== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 982 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15170== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 983 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 984 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 985 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 986 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 987 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 988 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 989 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 990 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C6308: luaopen_package (lib_package.c:615)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 991 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15170== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 992 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15170== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 993 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15170== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 994 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15170== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 995 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 996 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 997 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 998 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 999 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 23 bytes in 1 blocks are definitely lost in loss record 1,000 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,638 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15170== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,639 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C6243: luaopen_package (lib_package.c:606)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,640 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C6335: luaopen_package (lib_package.c:617)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,641 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15170== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,642 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54762EB: lua_getfield (lj_api.c:800)
==15170== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15170== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,643 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,644 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,645 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,646 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,647 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,648 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15170== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,649 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15170== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,650 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x547983F: lex_scan (lj_lex.c:301)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15170== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15170== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15170== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547F25B: parse_local (lj_parse.c:2261)
==15170== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,651 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,652 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,653 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,654 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,655 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15170== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,656 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C6243: luaopen_package (lib_package.c:606)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,657 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54C6335: luaopen_package (lib_package.c:617)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,658 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15170== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,659 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54762EB: lua_getfield (lj_api.c:800)
==15170== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15170== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,660 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,661 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,662 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,663 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,664 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,665 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15170== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,666 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15170== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,667 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x547983F: lex_scan (lj_lex.c:301)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15170== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15170== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15170== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547F25B: parse_local (lj_parse.c:2261)
==15170== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,668 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,669 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,670 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 24 bytes in 1 blocks are definitely lost in loss record 1,671 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,678 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15170== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15170== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15170== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,679 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,680 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,681 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,682 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,683 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,684 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,685 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,686 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,687 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,688 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15170== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15170== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15170== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,689 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,690 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,691 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,692 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,693 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,694 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,695 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,696 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 25 bytes in 1 blocks are definitely lost in loss record 1,697 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,706 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C3414: luaopen_table (lib_table.c:384)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,707 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,708 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,709 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,710 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,711 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,712 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,713 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,714 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,715 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15170== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,716 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,717 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,718 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,719 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15170== by 0x547D108: expr_binop (lj_parse.c:2098)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547E302: parse_args (lj_parse.c:1902)
==15170== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15170== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15170== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15170== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F688: parse_block (lj_parse.c:2402)
==15170== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15170== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15170== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15170== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F688: parse_block (lj_parse.c:2402)
==15170== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15170== by 0x547F049: parse_for (lj_parse.c:2577)
==15170== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15170== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547EE83: parse_func (lj_parse.c:2286)
==15170== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15170== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,720 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C3414: luaopen_table (lib_table.c:384)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,721 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,722 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,723 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,724 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,725 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,726 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,727 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,728 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,729 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15170== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,730 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,731 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,732 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 26 bytes in 1 blocks are definitely lost in loss record 1,733 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15170== by 0x547D108: expr_binop (lj_parse.c:2098)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547E302: parse_args (lj_parse.c:1902)
==15170== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15170== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15170== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15170== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F688: parse_block (lj_parse.c:2402)
==15170== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15170== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15170== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15170== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F688: parse_block (lj_parse.c:2402)
==15170== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15170== by 0x547F049: parse_for (lj_parse.c:2577)
==15170== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15170== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547EE83: parse_func (lj_parse.c:2286)
==15170== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15170== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,738 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15170== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,739 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,740 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,741 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,742 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,743 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,744 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,745 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,746 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,747 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,748 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15170== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,749 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15170== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,750 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15170== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,751 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,752 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,753 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15170== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,754 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,755 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,756 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,757 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,758 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,759 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,760 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,761 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,762 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,763 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15170== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,764 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15170== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,765 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15170== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,766 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 27 bytes in 1 blocks are definitely lost in loss record 1,767 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,774 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C343B: luaopen_table (lib_table.c:385)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,775 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,776 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,777 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,778 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,779 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,780 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,781 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,782 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,783 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,784 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,785 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,786 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15170== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,787 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,788 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,789 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15170== by 0x547DA01: expr (lj_parse.c:2109)
==15170== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15170== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15170== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15170== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15170== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547F172: parse_local (lj_parse.c:2248)
==15170== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,790 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C343B: luaopen_table (lib_table.c:385)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,791 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,792 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,793 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,794 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,795 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,796 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,797 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,798 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,799 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,800 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,801 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,802 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15170== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,803 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,804 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 28 bytes in 1 blocks are definitely lost in loss record 1,805 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15170== by 0x547DA01: expr (lj_parse.c:2109)
==15170== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15170== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15170== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15170== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15170== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547F172: parse_local (lj_parse.c:2248)
==15170== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,812 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,813 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,814 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,815 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,816 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,817 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,818 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15170== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,819 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15170== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,820 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,821 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,822 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,823 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,824 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,825 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,826 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,827 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,828 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,829 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15170== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,830 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15170== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,831 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,832 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 29 bytes in 1 blocks are definitely lost in loss record 1,833 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,842 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,843 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C3462: luaopen_table (lib_table.c:386)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,844 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,845 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,846 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,847 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,848 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,849 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,850 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15170== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,851 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15170== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,852 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,853 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,854 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,855 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,856 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,857 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,858 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C3462: luaopen_table (lib_table.c:386)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,859 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,860 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,861 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,862 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,863 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,864 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,865 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15170== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,866 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15170== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,867 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,868 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,869 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,870 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 30 bytes in 1 blocks are definitely lost in loss record 1,871 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 31 bytes in 1 blocks are definitely lost in loss record 1,874 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 31 bytes in 1 blocks are definitely lost in loss record 1,875 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 31 bytes in 1 blocks are definitely lost in loss record 1,876 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 31 bytes in 1 blocks are definitely lost in loss record 1,877 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 31 bytes in 1 blocks are definitely lost in loss record 1,878 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 31 bytes in 1 blocks are definitely lost in loss record 1,879 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 31 bytes in 1 blocks are definitely lost in loss record 1,880 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 31 bytes in 1 blocks are definitely lost in loss record 1,881 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 31 bytes in 1 blocks are definitely lost in loss record 1,882 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 31 bytes in 1 blocks are definitely lost in loss record 1,883 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,084 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x546E332: cpluaopen (lj_state.c:149)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x546E64F: lua_newstate (lj_state.c:222)
==15170== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15170== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15170== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,085 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x546E344: cpluaopen (lj_state.c:150)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x546E64F: lua_newstate (lj_state.c:222)
==15170== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15170== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15170== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,086 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15170== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,087 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15170== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,088 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,089 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15170== by 0x54C619B: luaopen_package (lib_package.c:592)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,090 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15170== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,091 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15170== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15170== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,092 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,093 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C3414: luaopen_table (lib_table.c:384)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,094 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C343B: luaopen_table (lib_table.c:385)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,095 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C3462: luaopen_table (lib_table.c:386)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,096 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C3489: luaopen_table (lib_table.c:387)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,097 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,098 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,099 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,100 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C4976: luaopen_io (lib_io.c:533)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,101 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C528D: luaopen_os (lib_os.c:289)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,102 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C278F: luaopen_string (lib_string.c:739)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,103 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,104 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,105 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,106 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,107 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,108 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,109 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,110 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,111 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,112 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15170== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,113 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15170== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,114 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15170== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,115 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15170== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,116 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15170== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,117 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,118 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,119 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,120 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,121 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,122 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,123 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,124 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15170== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,125 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15170== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,126 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15170== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,127 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15170== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,128 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,129 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,130 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,131 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,132 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,133 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,134 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,135 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,136 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,137 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,138 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,139 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,140 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,141 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,142 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,143 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,144 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,145 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,146 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,147 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,148 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,149 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,150 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,151 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,152 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,153 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,154 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,155 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,156 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,157 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,158 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,159 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,160 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,161 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,162 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,163 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,164 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,165 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,166 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,167 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15170== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,168 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15170== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,169 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15170== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,170 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15170== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,171 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15170== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,172 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,173 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,174 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,175 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,176 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,177 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,178 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,179 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,180 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,181 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,182 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,183 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,184 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15170== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,185 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15170== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,186 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15170== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,187 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15170== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,188 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15170== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,189 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,190 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,191 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,192 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,193 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,194 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,195 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,196 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,197 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,198 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15170== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,199 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15170== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,200 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15170== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,201 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15170== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,202 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15170== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,203 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,204 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,205 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,206 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,207 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,208 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,209 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15170== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,210 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15170== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,211 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15170== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,212 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15170== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,213 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15170== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,214 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15170== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,215 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,216 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,217 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,218 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,219 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,220 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,221 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,222 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,223 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,224 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,225 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,226 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,227 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,228 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,229 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,230 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,231 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,232 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,233 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,234 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,235 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,236 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,237 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,238 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,239 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,240 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,241 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,242 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,243 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,244 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,245 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,246 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,247 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,248 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,249 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,250 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,251 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,252 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,253 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,254 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,255 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,256 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,257 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,258 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,259 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,260 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15170== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,261 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15170== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,262 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15170== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,263 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15170== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,264 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,265 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,266 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,267 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,268 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,269 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,270 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,271 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,272 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,273 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,274 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,275 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,276 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,277 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,278 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15170== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,279 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15170== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,280 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15170== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,281 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,282 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,283 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,284 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,285 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,286 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,287 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15170== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,288 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,289 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15170== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,290 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,291 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,292 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,293 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15170== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,294 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5479E68: fs_init (lj_parse.c:1617)
==15170== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15170== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15170== by 0x51501B: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:154)
==15170== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15170== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15170== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15170== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15170== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15170== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15170== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15170== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15170== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15170== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15170== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,295 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514C08: ngx_http_lua_log_by_chunk (ngx_http_lua_logby.c:225)
==15170== by 0x515035: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:163)
==15170== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15170== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15170== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15170== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15170== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15170== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15170== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15170== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15170== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15170== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15170== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_log_by_chunk
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,296 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x546E332: cpluaopen (lj_state.c:149)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x546E64F: lua_newstate (lj_state.c:222)
==15170== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15170== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15170== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,297 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x546E344: cpluaopen (lj_state.c:150)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x546E64F: lua_newstate (lj_state.c:222)
==15170== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15170== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15170== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,298 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15170== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,299 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15170== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,300 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,301 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15170== by 0x54C619B: luaopen_package (lib_package.c:592)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,302 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15170== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,303 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15170== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15170== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,304 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,305 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C3414: luaopen_table (lib_table.c:384)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,306 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C343B: luaopen_table (lib_table.c:385)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,307 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C3462: luaopen_table (lib_table.c:386)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,308 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C3489: luaopen_table (lib_table.c:387)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,309 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,310 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,311 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,312 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C4976: luaopen_io (lib_io.c:533)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,313 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C528D: luaopen_os (lib_os.c:289)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,314 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C278F: luaopen_string (lib_string.c:739)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,315 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,316 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,317 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,318 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,319 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,320 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15170== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,321 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,322 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,323 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,324 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15170== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,325 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15170== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,326 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15170== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,327 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15170== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,328 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15170== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,329 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,330 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,331 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,332 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,333 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,334 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,335 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,336 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15170== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,337 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15170== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,338 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15170== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,339 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15170== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,340 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,341 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,342 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15170== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,343 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,344 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,345 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,346 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,347 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15170== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,348 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,349 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,350 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,351 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,352 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,353 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,354 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,355 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,356 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,357 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,358 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,359 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,360 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15170== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,361 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,362 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,363 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,364 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,365 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,366 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,367 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,368 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,369 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,370 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,371 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,372 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,373 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15170== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,374 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,375 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,376 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,377 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,378 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15170== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,379 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15170== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,380 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15170== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,381 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15170== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,382 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15170== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,383 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15170== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,384 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,385 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,386 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,387 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,388 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,389 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,390 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,391 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,392 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,393 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,394 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,395 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15170== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,396 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15170== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,397 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15170== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,398 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15170== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,399 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15170== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,400 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15170== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,401 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,402 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,403 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,404 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,405 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,406 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,407 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,408 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,409 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15170== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,410 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15170== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,411 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15170== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,412 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15170== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,413 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15170== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,414 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15170== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,415 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,416 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,417 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,418 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,419 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,420 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,421 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15170== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,422 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15170== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,423 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15170== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,424 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15170== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,425 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15170== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,426 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15170== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,427 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,428 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,429 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,430 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,431 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,432 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,433 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,434 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,435 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,436 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,437 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,438 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,439 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,440 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,441 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,442 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,443 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,444 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,445 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,446 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,447 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,448 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,449 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,450 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,451 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,452 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,453 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,454 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,455 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,456 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,457 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,458 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,459 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,460 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,461 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,462 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,463 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,464 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,465 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,466 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,467 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,468 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,469 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,470 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,471 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,472 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15170== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,473 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15170== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,474 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15170== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,475 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15170== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,476 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,477 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,478 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,479 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,480 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,481 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,482 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,483 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,484 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,485 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,486 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,487 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,488 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,489 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,490 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15170== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,491 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15170== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,492 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15170== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,493 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,494 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,495 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,496 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,497 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,498 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,499 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15170== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,500 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15170== by 0x546804A: lj_buf_more2 (lj_buf.c:46)
==15170== by 0x546BA1E: lj_buf_more (lj_buf.h:64)
==15170== by 0x546BA1E: lj_meta_cat (lj_meta.c:287)
==15170== by 0x5461C5B: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_more2
fun:lj_buf_more
fun:lj_meta_cat
fun:lj_BC_CAT
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,501 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,502 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15170== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,503 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,504 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,505 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468F59: newtab (lj_tab.c:124)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 32 bytes in 1 blocks are definitely lost in loss record 2,506 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15170== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 33 bytes in 1 blocks are definitely lost in loss record 2,509 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 33 bytes in 1 blocks are definitely lost in loss record 2,510 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 33 bytes in 1 blocks are definitely lost in loss record 2,511 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 33 bytes in 1 blocks are definitely lost in loss record 2,512 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15170== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 33 bytes in 1 blocks are definitely lost in loss record 2,513 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 33 bytes in 1 blocks are definitely lost in loss record 2,514 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 33 bytes in 1 blocks are definitely lost in loss record 2,515 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 33 bytes in 1 blocks are definitely lost in loss record 2,516 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15170== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 34 bytes in 1 blocks are definitely lost in loss record 2,519 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x546E399: cpluaopen (lj_state.c:154)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x546E64F: lua_newstate (lj_state.c:222)
==15170== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15170== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15170== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 34 bytes in 1 blocks are definitely lost in loss record 2,520 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 34 bytes in 1 blocks are definitely lost in loss record 2,521 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x546E399: cpluaopen (lj_state.c:154)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x546E64F: lua_newstate (lj_state.c:222)
==15170== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15170== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15170== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 34 bytes in 1 blocks are definitely lost in loss record 2,522 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 36 bytes in 1 blocks are definitely lost in loss record 2,537 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 36 bytes in 1 blocks are definitely lost in loss record 2,538 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 36 bytes in 2 blocks are definitely lost in loss record 2,539 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15170== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15170== by 0x547E302: parse_args (lj_parse.c:1902)
==15170== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15170== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15170== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15170== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547F25B: parse_local (lj_parse.c:2261)
==15170== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15170== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 36 bytes in 2 blocks are definitely lost in loss record 2,540 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15170== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15170== by 0x547E302: parse_args (lj_parse.c:1902)
==15170== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15170== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15170== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15170== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547F25B: parse_local (lj_parse.c:2261)
==15170== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15170== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 37 bytes in 1 blocks are definitely lost in loss record 2,541 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 37 bytes in 1 blocks are definitely lost in loss record 2,542 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 37 bytes in 1 blocks are definitely lost in loss record 2,543 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 37 bytes in 1 blocks are definitely lost in loss record 2,544 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 37 bytes in 1 blocks are definitely lost in loss record 2,545 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 37 bytes in 1 blocks are definitely lost in loss record 2,546 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 38 bytes in 1 blocks are definitely lost in loss record 2,549 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 38 bytes in 1 blocks are definitely lost in loss record 2,550 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 38 bytes in 1 blocks are definitely lost in loss record 2,551 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 38 bytes in 1 blocks are definitely lost in loss record 2,552 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 39 bytes in 1 blocks are definitely lost in loss record 2,555 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 39 bytes in 1 blocks are definitely lost in loss record 2,556 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 39 bytes in 1 blocks are definitely lost in loss record 2,557 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 39 bytes in 1 blocks are definitely lost in loss record 2,558 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 39 bytes in 1 blocks are definitely lost in loss record 2,559 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 39 bytes in 1 blocks are definitely lost in loss record 2,560 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 1 blocks are definitely lost in loss record 2,612 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15170== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15170== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15170== by 0x54C4992: luaopen_io (lib_io.c:534)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 1 blocks are definitely lost in loss record 2,613 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15170== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15170== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15170== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 1 blocks are definitely lost in loss record 2,614 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15170== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15170== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15170== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 1 blocks are definitely lost in loss record 2,615 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 1 blocks are definitely lost in loss record 2,616 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 1 blocks are definitely lost in loss record 2,617 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15170== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 1 blocks are definitely lost in loss record 2,618 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15170== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15170== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15170== by 0x54C4992: luaopen_io (lib_io.c:534)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 1 blocks are definitely lost in loss record 2,619 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15170== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15170== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15170== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 1 blocks are definitely lost in loss record 2,620 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15170== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15170== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15170== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 1 blocks are definitely lost in loss record 2,621 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 1 blocks are definitely lost in loss record 2,622 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 1 blocks are definitely lost in loss record 2,623 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15170== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 2 blocks are definitely lost in loss record 2,624 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15170== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15170== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 2 blocks are definitely lost in loss record 2,625 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 2 blocks are definitely lost in loss record 2,626 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15170== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15170== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 40 bytes in 2 blocks are definitely lost in loss record 2,627 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 41 bytes in 1 blocks are definitely lost in loss record 2,628 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 41 bytes in 1 blocks are definitely lost in loss record 2,629 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 41 bytes in 1 blocks are definitely lost in loss record 2,630 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 41 bytes in 1 blocks are definitely lost in loss record 2,631 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 42 bytes in 1 blocks are definitely lost in loss record 2,632 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 42 bytes in 1 blocks are definitely lost in loss record 2,633 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 43 bytes in 1 blocks are definitely lost in loss record 2,643 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 43 bytes in 1 blocks are definitely lost in loss record 2,644 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 43 bytes in 2 blocks are definitely lost in loss record 2,645 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 43 bytes in 2 blocks are definitely lost in loss record 2,646 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 44 bytes in 1 blocks are definitely lost in loss record 2,651 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 44 bytes in 1 blocks are definitely lost in loss record 2,652 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15170== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 47 bytes in 2 blocks are definitely lost in loss record 2,661 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15170== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 47 bytes in 2 blocks are definitely lost in loss record 2,662 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15170== by 0x54C6353: luaopen_package (lib_package.c:619)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 47 bytes in 2 blocks are definitely lost in loss record 2,663 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15170== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 47 bytes in 2 blocks are definitely lost in loss record 2,664 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15170== by 0x54C6353: luaopen_package (lib_package.c:619)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,756 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15170== by 0x54C0103: luaopen_base (lib_base.c:706)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,757 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15170== by 0x54C619B: luaopen_package (lib_package.c:592)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,758 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x54C279E: luaopen_string (lib_string.c:740)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,759 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,760 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,761 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,762 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15170== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,763 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15170== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,764 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,765 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,766 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15170== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,767 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15170== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,768 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,769 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,770 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,771 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,772 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,773 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,774 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15170== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,775 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15170== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,776 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,777 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15170== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,778 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468EB7: newtab (lj_tab.c:109)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15170== by 0x547D619: expr_simple (lj_parse.c:2004)
==15170== by 0x547D619: expr_unop (lj_parse.c:2077)
==15170== by 0x547D619: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547F25B: parse_local (lj_parse.c:2261)
==15170== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547EE83: parse_func (lj_parse.c:2286)
==15170== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15170== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,779 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15170== by 0x54C0103: luaopen_base (lib_base.c:706)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,780 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15170== by 0x54C619B: luaopen_package (lib_package.c:592)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,781 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x54C279E: luaopen_string (lib_string.c:740)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,782 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,783 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,784 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15170== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15170== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,785 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15170== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,786 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15170== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,787 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,788 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15170== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,789 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15170== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,790 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15170== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,791 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,792 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,793 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,794 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,795 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,796 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,797 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15170== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,798 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15170== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,799 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,800 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15170== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 48 bytes in 1 blocks are definitely lost in loss record 2,801 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468EB7: newtab (lj_tab.c:109)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15170== by 0x547D619: expr_simple (lj_parse.c:2004)
==15170== by 0x547D619: expr_unop (lj_parse.c:2077)
==15170== by 0x547D619: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547F25B: parse_local (lj_parse.c:2261)
==15170== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547EE83: parse_func (lj_parse.c:2286)
==15170== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15170== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 49 bytes in 1 blocks are definitely lost in loss record 2,804 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15170== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15170== by 0x547E302: parse_args (lj_parse.c:1902)
==15170== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15170== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15170== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15170== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547F172: parse_local (lj_parse.c:2248)
==15170== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 49 bytes in 1 blocks are definitely lost in loss record 2,805 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15170== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15170== by 0x547E302: parse_args (lj_parse.c:1902)
==15170== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15170== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15170== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15170== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547F172: parse_local (lj_parse.c:2248)
==15170== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 60 bytes in 2 blocks are definitely lost in loss record 2,842 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 60 bytes in 2 blocks are definitely lost in loss record 2,843 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15170== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 62 bytes in 3 blocks are definitely lost in loss record 2,846 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15170== by 0x547DB92: expr_table (lj_parse.c:1762)
==15170== by 0x547D619: expr_simple (lj_parse.c:2004)
==15170== by 0x547D619: expr_unop (lj_parse.c:2077)
==15170== by 0x547D619: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547F25B: parse_local (lj_parse.c:2261)
==15170== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547EE83: parse_func (lj_parse.c:2286)
==15170== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15170== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 62 bytes in 3 blocks are definitely lost in loss record 2,847 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15170== by 0x5479986: lex_string (lj_lex.c:280)
==15170== by 0x5479986: lex_scan (lj_lex.c:364)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15170== by 0x547DB92: expr_table (lj_parse.c:1762)
==15170== by 0x547D619: expr_simple (lj_parse.c:2004)
==15170== by 0x547D619: expr_unop (lj_parse.c:2077)
==15170== by 0x547D619: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547F25B: parse_local (lj_parse.c:2261)
==15170== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547EE83: parse_func (lj_parse.c:2286)
==15170== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15170== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 64 bytes in 1 blocks are definitely lost in loss record 2,921 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15170== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15170== by 0x54C073D: luaopen_math (lib_math.c:221)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 64 bytes in 1 blocks are definitely lost in loss record 2,922 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15170== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15170== by 0x54C073D: luaopen_math (lib_math.c:221)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 64 bytes in 2 blocks are definitely lost in loss record 2,923 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15170== by 0x54C6353: luaopen_package (lib_package.c:619)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 64 bytes in 2 blocks are definitely lost in loss record 2,924 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 64 bytes in 2 blocks are definitely lost in loss record 2,925 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 64 bytes in 2 blocks are definitely lost in loss record 2,926 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15170== by 0x54C6353: luaopen_package (lib_package.c:619)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 64 bytes in 2 blocks are definitely lost in loss record 2,927 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 64 bytes in 2 blocks are definitely lost in loss record 2,928 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 67 bytes in 3 blocks are definitely lost in loss record 2,931 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 67 bytes in 3 blocks are definitely lost in loss record 2,932 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 72 bytes in 1 blocks are definitely lost in loss record 2,956 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468EB7: newtab (lj_tab.c:109)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,957 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15170== by 0x54B7C74: clib_new (lj_clib.c:398)
==15170== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15170== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 72 bytes in 1 blocks are definitely lost in loss record 2,958 of 3,675
==15170== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15170== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15170== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15170== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15170== by 0x547DE88: expr_table (lj_parse.c:1746)
==15170== by 0x547D619: expr_simple (lj_parse.c:2004)
==15170== by 0x547D619: expr_unop (lj_parse.c:2077)
==15170== by 0x547D619: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547F25B: parse_local (lj_parse.c:2261)
==15170== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547EE83: parse_func (lj_parse.c:2286)
==15170== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15170== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 72 bytes in 1 blocks are definitely lost in loss record 2,959 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468EB7: newtab (lj_tab.c:109)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,960 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15170== by 0x54B7C74: clib_new (lj_clib.c:398)
==15170== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15170== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 72 bytes in 1 blocks are definitely lost in loss record 2,961 of 3,675
==15170== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15170== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15170== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15170== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15170== by 0x547DE88: expr_table (lj_parse.c:1746)
==15170== by 0x547D619: expr_simple (lj_parse.c:2004)
==15170== by 0x547D619: expr_unop (lj_parse.c:2077)
==15170== by 0x547D619: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547F25B: parse_local (lj_parse.c:2261)
==15170== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547EE83: parse_func (lj_parse.c:2286)
==15170== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15170== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 80 bytes in 1 blocks are definitely lost in loss record 3,001 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15170== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15170== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C278F: luaopen_string (lib_string.c:739)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 80 bytes in 1 blocks are definitely lost in loss record 3,002 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54762EB: lua_getfield (lj_api.c:800)
==15170== by 0x503895: ngx_http_lua_cache_load_code (ngx_http_lua_cache.c:55)
==15170== by 0x5039D3: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:162)
==15170== by 0x51501B: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:154)
==15170== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15170== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15170== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15170== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15170== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15170== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15170== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15170== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15170== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15170== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15170== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:ngx_http_lua_cache_load_code
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 80 bytes in 1 blocks are definitely lost in loss record 3,003 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15170== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15170== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C278F: luaopen_string (lib_string.c:739)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 88 bytes in 4 blocks are definitely lost in loss record 3,010 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C4976: luaopen_io (lib_io.c:533)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 88 bytes in 4 blocks are definitely lost in loss record 3,011 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C4976: luaopen_io (lib_io.c:533)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 91 bytes in 4 blocks are definitely lost in loss record 3,012 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15170== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 91 bytes in 4 blocks are definitely lost in loss record 3,013 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15170== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 1 blocks are definitely lost in loss record 3,052 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 1 blocks are definitely lost in loss record 3,053 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15170== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 1 blocks are definitely lost in loss record 3,054 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 1 blocks are definitely lost in loss record 3,055 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 1 blocks are definitely lost in loss record 3,056 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 1 blocks are definitely lost in loss record 3,057 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 1 blocks are definitely lost in loss record 3,058 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5469CC4: newhpart (lj_tab.c:66)
==15170== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15170== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15170== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15170== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==15170== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==15170== by 0x547983F: lex_scan (lj_lex.c:301)
==15170== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15170== by 0x547C49B: expr_field (lj_parse.c:1673)
==15170== by 0x547E47F: expr_primary (lj_parse.c:1950)
==15170== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15170== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15170== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15170== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15170== by 0x51501B: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:154)
==15170== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15170== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15170== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15170== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15170== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15170== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15170== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15170== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15170== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15170== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15170== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_field
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 1 blocks are definitely lost in loss record 3,059 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 1 blocks are definitely lost in loss record 3,060 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15170== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 1 blocks are definitely lost in loss record 3,061 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15170== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 1 blocks are definitely lost in loss record 3,062 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15170== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 1 blocks are definitely lost in loss record 3,063 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 1 blocks are definitely lost in loss record 3,064 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 2 blocks are definitely lost in loss record 3,065 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54C109B: lj_buf_str (lj_buf.h:100)
==15170== by 0x54C109B: lj_cf_string_format (lib_string.c:726)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15170== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==15170== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==15170== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==15170== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_cf_string_format
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 3 blocks are definitely lost in loss record 3,066 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15170== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 3 blocks are definitely lost in loss record 3,067 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 3 blocks are definitely lost in loss record 3,068 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15170== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 96 bytes in 3 blocks are definitely lost in loss record 3,069 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 100 bytes in 5 blocks are definitely lost in loss record 3,072 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15170== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15170== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 100 bytes in 5 blocks are definitely lost in loss record 3,073 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15170== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15170== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 104 bytes in 1 blocks are definitely lost in loss record 3,074 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x5468EB7: newtab (lj_tab.c:109)
==15170== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15170== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15170== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==15170== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==15170== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==15170== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 108 bytes in 5 blocks are definitely lost in loss record 3,077 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 108 bytes in 5 blocks are definitely lost in loss record 3,078 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 114 bytes in 5 blocks are definitely lost in loss record 3,095 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 114 bytes in 5 blocks are definitely lost in loss record 3,096 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 119 bytes in 1 blocks are definitely lost in loss record 3,097 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5475745: lua_pushstring (lj_api.c:652)
==15170== by 0x54C607A: setpath (lib_package.c:555)
==15170== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 119 bytes in 1 blocks are definitely lost in loss record 3,098 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5475745: lua_pushstring (lj_api.c:652)
==15170== by 0x54C607A: setpath (lib_package.c:555)
==15170== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 120 bytes in 1 blocks are definitely lost in loss record 3,109 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547F857: lj_parse (lj_parse.c:2721)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15170== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15170== by 0x51501B: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:154)
==15170== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15170== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15170== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15170== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15170== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15170== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15170== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15170== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15170== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15170== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15170== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 120 bytes in 5 blocks are definitely lost in loss record 3,110 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546AB0F: func_finduv (lj_func.c:52)
==15170== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15170== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 120 bytes in 5 blocks are definitely lost in loss record 3,111 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546AB0F: func_finduv (lj_func.c:52)
==15170== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15170== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 125 bytes in 6 blocks are definitely lost in loss record 3,115 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5475745: lua_pushstring (lj_api.c:652)
==15170== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 125 bytes in 6 blocks are definitely lost in loss record 3,116 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5475745: lua_pushstring (lj_api.c:652)
==15170== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 126 bytes in 1 blocks are definitely lost in loss record 3,117 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547C960: parse_body (lj_parse.c:1855)
==15170== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15170== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15170== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547EF73: parse_return (lj_parse.c:2316)
==15170== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15170== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15170== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15170== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15170== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15170== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15170== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 126 bytes in 1 blocks are definitely lost in loss record 3,118 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547C960: parse_body (lj_parse.c:1855)
==15170== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15170== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15170== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547EF73: parse_return (lj_parse.c:2316)
==15170== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15170== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15170== by 0x547C930: parse_body (lj_parse.c:1853)
==15170== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15170== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15170== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15170== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15170== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15170== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 128 bytes in 4 blocks are definitely lost in loss record 3,161 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15170== by 0x54C6212: luaopen_package (lib_package.c:599)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 128 bytes in 4 blocks are definitely lost in loss record 3,162 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 128 bytes in 4 blocks are definitely lost in loss record 3,163 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15170== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15170== by 0x54C6212: luaopen_package (lib_package.c:599)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 128 bytes in 4 blocks are definitely lost in loss record 3,164 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 130 bytes in 1 blocks are definitely lost in loss record 3,165 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547C960: parse_body (lj_parse.c:1855)
==15170== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15170== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15170== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15170== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15170== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15170== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 130 bytes in 1 blocks are definitely lost in loss record 3,166 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547C960: parse_body (lj_parse.c:1855)
==15170== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15170== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15170== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15170== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15170== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15170== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 157 bytes in 6 blocks are definitely lost in loss record 3,185 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 157 bytes in 6 blocks are definitely lost in loss record 3,186 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 160 bytes in 5 blocks are definitely lost in loss record 3,201 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 160 bytes in 5 blocks are definitely lost in loss record 3,202 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 172 bytes in 5 blocks are definitely lost in loss record 3,210 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15170== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 172 bytes in 5 blocks are definitely lost in loss record 3,211 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A70B: func_newL (lj_func.c:122)
==15170== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15170== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 174 bytes in 8 blocks are definitely lost in loss record 3,212 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C278F: luaopen_string (lib_string.c:739)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 174 bytes in 8 blocks are definitely lost in loss record 3,213 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C278F: luaopen_string (lib_string.c:739)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 176 bytes in 2 blocks are definitely lost in loss record 3,222 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15170== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15170== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 176 bytes in 2 blocks are definitely lost in loss record 3,223 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15170== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15170== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 186 bytes in 8 blocks are definitely lost in loss record 3,232 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C528D: luaopen_os (lib_os.c:289)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 186 bytes in 8 blocks are definitely lost in loss record 3,233 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C528D: luaopen_os (lib_os.c:289)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 1 blocks are definitely lost in loss record 3,239 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15170== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 1 blocks are definitely lost in loss record 3,240 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15170== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 1 blocks are definitely lost in loss record 3,241 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 1 blocks are definitely lost in loss record 3,242 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 1 blocks are definitely lost in loss record 3,243 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 1 blocks are definitely lost in loss record 3,244 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 1 blocks are definitely lost in loss record 3,245 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 1 blocks are definitely lost in loss record 3,246 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15170== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 1 blocks are definitely lost in loss record 3,247 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15170== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 1 blocks are definitely lost in loss record 3,248 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15170== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 1 blocks are definitely lost in loss record 3,249 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 1 blocks are definitely lost in loss record 3,250 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 1 blocks are definitely lost in loss record 3,251 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15170== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 1 blocks are definitely lost in loss record 3,252 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15170== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 6 blocks are definitely lost in loss record 3,253 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 192 bytes in 6 blocks are definitely lost in loss record 3,254 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 200 bytes in 1 blocks are definitely lost in loss record 3,255 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547F857: lj_parse (lj_parse.c:2721)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15170== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 200 bytes in 1 blocks are definitely lost in loss record 3,256 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547F857: lj_parse (lj_parse.c:2721)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15170== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 200 bytes in 5 blocks are definitely lost in loss record 3,257 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15170== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15170== by 0x54C38CD: io_file_new (lib_io.c:73)
==15170== by 0x54C3BCF: lj_cf_io_popen (lib_io.c:413)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15170== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==15170== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==15170== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==15170== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_file_new
fun:lj_cf_io_popen
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 212 bytes in 1 blocks are definitely lost in loss record 3,260 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547C960: parse_body (lj_parse.c:1855)
==15170== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15170== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15170== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15170== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15170== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15170== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F688: parse_block (lj_parse.c:2402)
==15170== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15170== by 0x547F049: parse_for (lj_parse.c:2577)
==15170== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15170== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 212 bytes in 1 blocks are definitely lost in loss record 3,261 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547C960: parse_body (lj_parse.c:1855)
==15170== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15170== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15170== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15170== by 0x547D9A5: expr (lj_parse.c:2109)
==15170== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15170== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15170== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15170== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15170== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F688: parse_block (lj_parse.c:2402)
==15170== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15170== by 0x547F049: parse_for (lj_parse.c:2577)
==15170== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15170== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 216 bytes in 10 blocks are definitely lost in loss record 3,262 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 216 bytes in 10 blocks are definitely lost in loss record 3,263 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 218 bytes in 1 blocks are definitely lost in loss record 3,264 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5475745: lua_pushstring (lj_api.c:652)
==15170== by 0x54C607A: setpath (lib_package.c:555)
==15170== by 0x54C6293: luaopen_package (lib_package.c:610)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 218 bytes in 1 blocks are definitely lost in loss record 3,265 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5475745: lua_pushstring (lj_api.c:652)
==15170== by 0x54C607A: setpath (lib_package.c:555)
==15170== by 0x54C6293: luaopen_package (lib_package.c:610)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,266 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547F857: lj_parse (lj_parse.c:2721)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,267 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547F857: lj_parse (lj_parse.c:2721)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 229 bytes in 10 blocks are definitely lost in loss record 3,276 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15170== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 229 bytes in 10 blocks are definitely lost in loss record 3,277 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15170== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 245 bytes in 11 blocks are definitely lost in loss record 3,278 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 245 bytes in 11 blocks are definitely lost in loss record 3,279 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 288 bytes in 9 blocks are definitely lost in loss record 3,307 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 288 bytes in 9 blocks are definitely lost in loss record 3,308 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 310 bytes in 1 blocks are definitely lost in loss record 3,315 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547C960: parse_body (lj_parse.c:1855)
==15170== by 0x547F172: parse_local (lj_parse.c:2248)
==15170== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 310 bytes in 1 blocks are definitely lost in loss record 3,316 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547C960: parse_body (lj_parse.c:1855)
==15170== by 0x547F172: parse_local (lj_parse.c:2248)
==15170== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15170== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 352 bytes in 11 blocks are definitely lost in loss record 3,335 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C4976: luaopen_io (lib_io.c:533)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 352 bytes in 11 blocks are definitely lost in loss record 3,336 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C528D: luaopen_os (lib_os.c:289)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 352 bytes in 11 blocks are definitely lost in loss record 3,337 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C4976: luaopen_io (lib_io.c:533)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 352 bytes in 11 blocks are definitely lost in loss record 3,338 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C528D: luaopen_os (lib_os.c:289)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 360 bytes in 15 blocks are definitely lost in loss record 3,342 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546AB0F: func_finduv (lj_func.c:52)
==15170== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15170== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 360 bytes in 15 blocks are definitely lost in loss record 3,343 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x546AB0F: func_finduv (lj_func.c:52)
==15170== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15170== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15170== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 363 bytes in 1 blocks are definitely lost in loss record 3,344 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547C960: parse_body (lj_parse.c:1855)
==15170== by 0x547EE83: parse_func (lj_parse.c:2286)
==15170== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15170== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 363 bytes in 1 blocks are definitely lost in loss record 3,345 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15170== by 0x547C960: parse_body (lj_parse.c:1855)
==15170== by 0x547EE83: parse_func (lj_parse.c:2286)
==15170== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15170== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15170== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15170== by 0x548153A: cpparser (lj_load.c:41)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x548165A: lua_loadx (lj_load.c:58)
==15170== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15170== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15170== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 382 bytes in 18 blocks are definitely lost in loss record 3,350 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 382 bytes in 18 blocks are definitely lost in loss record 3,351 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,360 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15170== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,361 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5469CC4: newhpart (lj_tab.c:66)
==15170== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15170== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15170== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15170== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15170== by 0x5476F58: lua_setfield (lj_api.c:972)
==15170== by 0x54C6335: luaopen_package (lib_package.c:617)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,362 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,363 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,364 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C4976: luaopen_io (lib_io.c:533)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,365 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C528D: luaopen_os (lib_os.c:289)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,366 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C278F: luaopen_string (lib_string.c:739)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,367 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,368 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,369 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,370 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5469CC4: newhpart (lj_tab.c:66)
==15170== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15170== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15170== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15170== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15170== by 0x5476F58: lua_setfield (lj_api.c:972)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,371 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15170== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,372 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,373 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,374 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15170== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,375 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5469CC4: newhpart (lj_tab.c:66)
==15170== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15170== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15170== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15170== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15170== by 0x5476F58: lua_setfield (lj_api.c:972)
==15170== by 0x54C6335: luaopen_package (lib_package.c:617)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,376 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,377 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,378 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C4976: luaopen_io (lib_io.c:533)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,379 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C528D: luaopen_os (lib_os.c:289)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,380 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C278F: luaopen_string (lib_string.c:739)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,381 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,382 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,383 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,384 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5469CC4: newhpart (lj_tab.c:66)
==15170== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15170== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15170== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15170== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15170== by 0x5476F58: lua_setfield (lj_api.c:972)
==15170== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15170== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,385 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15170== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,386 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 1 blocks are definitely lost in loss record 3,387 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15170== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 12 blocks are definitely lost in loss record 3,388 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 384 bytes in 12 blocks are definitely lost in loss record 3,389 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 416 bytes in 13 blocks are definitely lost in loss record 3,393 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C278F: luaopen_string (lib_string.c:739)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 416 bytes in 13 blocks are definitely lost in loss record 3,394 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C278F: luaopen_string (lib_string.c:739)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 438 bytes in 19 blocks are definitely lost in loss record 3,399 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15170== by 0x546E387: cpluaopen (lj_state.c:152)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x546E64F: lua_newstate (lj_state.c:222)
==15170== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15170== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15170== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 438 bytes in 19 blocks are definitely lost in loss record 3,400 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15170== by 0x546E387: cpluaopen (lj_state.c:152)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x546E64F: lua_newstate (lj_state.c:222)
==15170== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15170== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15170== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 442 bytes in 21 blocks are definitely lost in loss record 3,401 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15170== by 0x546E38F: cpluaopen (lj_state.c:153)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x546E64F: lua_newstate (lj_state.c:222)
==15170== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15170== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15170== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 442 bytes in 21 blocks are definitely lost in loss record 3,402 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15170== by 0x546E38F: cpluaopen (lj_state.c:153)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x546E64F: lua_newstate (lj_state.c:222)
==15170== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15170== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15170== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 462 bytes in 19 blocks are definitely lost in loss record 3,411 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 462 bytes in 19 blocks are definitely lost in loss record 3,412 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15170== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 512 bytes in 16 blocks are definitely lost in loss record 3,452 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 512 bytes in 16 blocks are definitely lost in loss record 3,453 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 544 bytes in 17 blocks are definitely lost in loss record 3,463 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 544 bytes in 17 blocks are definitely lost in loss record 3,464 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 576 bytes in 18 blocks are definitely lost in loss record 3,475 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 576 bytes in 18 blocks are definitely lost in loss record 3,476 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 760 bytes in 5 blocks are definitely lost in loss record 3,511 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15170== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15170== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 760 bytes in 5 blocks are definitely lost in loss record 3,512 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15170== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15170== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15170== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 768 bytes in 1 blocks are definitely lost in loss record 3,515 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 768 bytes in 1 blocks are definitely lost in loss record 3,516 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15170== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 768 bytes in 1 blocks are definitely lost in loss record 3,517 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15170== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 768 bytes in 1 blocks are definitely lost in loss record 3,518 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 768 bytes in 1 blocks are definitely lost in loss record 3,519 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5469CC4: newhpart (lj_tab.c:66)
==15170== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15170== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15170== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15170== by 0x547710F: lua_rawset (lj_api.c:991)
==15170== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 768 bytes in 1 blocks are definitely lost in loss record 3,520 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 768 bytes in 1 blocks are definitely lost in loss record 3,521 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 768 bytes in 1 blocks are definitely lost in loss record 3,522 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15170== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15170== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 768 bytes in 1 blocks are definitely lost in loss record 3,523 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15170== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 768 bytes in 1 blocks are definitely lost in loss record 3,524 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15170== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15170== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 768 bytes in 1 blocks are definitely lost in loss record 3,525 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15170== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 768 bytes in 1 blocks are definitely lost in loss record 3,526 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5469CC4: newhpart (lj_tab.c:66)
==15170== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15170== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15170== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15170== by 0x547710F: lua_rawset (lj_api.c:991)
==15170== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15170== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 768 bytes in 1 blocks are definitely lost in loss record 3,527 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 768 bytes in 1 blocks are definitely lost in loss record 3,528 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15170== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15170== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 848 bytes in 26 blocks are definitely lost in loss record 3,543 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 848 bytes in 26 blocks are definitely lost in loss record 3,544 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C0761: luaopen_math (lib_math.c:223)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 1,000 bytes in 27 blocks are definitely lost in loss record 3,561 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 1,000 bytes in 27 blocks are definitely lost in loss record 3,562 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15170== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15170== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15170== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15170== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15170== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 1,446 bytes in 59 blocks are definitely lost in loss record 3,599 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15170== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 1,470 bytes in 60 blocks are definitely lost in loss record 3,601 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468C42: lj_str_new (lj_str.c:220)
==15170== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15170== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 1,536 bytes in 1 blocks are definitely lost in loss record 3,606 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x546E332: cpluaopen (lj_state.c:149)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x546E64F: lua_newstate (lj_state.c:222)
==15170== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15170== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15170== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 1,536 bytes in 1 blocks are definitely lost in loss record 3,607 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x546E332: cpluaopen (lj_state.c:149)
==15170== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x546E64F: lua_newstate (lj_state.c:222)
==15170== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15170== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15170== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,634 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15170== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,635 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15170== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15170== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 3,072 bytes in 1 blocks are definitely lost in loss record 3,643 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x422D15: main (nginx.c:294)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 3,072 bytes in 1 blocks are definitely lost in loss record 3,644 of 3,675
==15170== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15170== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5468F18: newhpart (lj_tab.c:66)
==15170== by 0x5468F18: newtab (lj_tab.c:145)
==15170== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15170== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15170== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15170== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15170== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15170== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15170== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15170== by 0x459663: ngx_http_block (ngx_http.c:312)
==15170== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15170== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15170== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15170== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 10: lua_sa_restart on (default) - SA_RESTART is effective in timer phase ==15170== 8,192 bytes in 1 blocks are definitely lost in loss record 3,672 of 3,675
==15170== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15170== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15170== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15170== by 0x5467FEA: lj_buf_need2 (lj_buf.c:36)
==15170== by 0x54C3F98: io_file_readall (lib_io.c:166)
==15170== by 0x54C3F98: io_file_read (lib_io.c:212)
==15170== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15170== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15170== by 0x51D527: ngx_http_lua_timer_handler (ngx_http_lua_timer.c:705)
==15170== by 0x4438E6: ngx_event_expire_timers (ngx_event_timer.c:97)
==15170== by 0x4433F6: ngx_process_events_and_timers (ngx_event.c:266)
==15170== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15170== by 0x422F5B: main (nginx.c:382)
==15170==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_need2
fun:io_file_readall
fun:io_file_read
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_timer_handler
fun:ngx_event_expire_timers
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== Invalid read of size 8
==15181== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15181== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181== Address 0x30 is not stack'd, malloc'd or (recently) free'd
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_poll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181==
==15181== Process terminating with default action of signal 11 (SIGSEGV)
==15181== Access not within mapped region at address 0x30
==15181== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15181== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181== If you believe this happened as a result of a stack
==15181== overflow in your program's main thread (unlikely but
==15181== possible), you can try to increase the size of the
==15181== main thread stack using the --main-stacksize= flag.
==15181== The main thread stack size used in this run was 8388608.
==15181== 18 bytes in 1 blocks are definitely lost in loss record 872 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15181== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 18 bytes in 1 blocks are definitely lost in loss record 873 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15181== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 19 bytes in 1 blocks are definitely lost in loss record 878 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 19 bytes in 1 blocks are definitely lost in loss record 879 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 19 bytes in 1 blocks are definitely lost in loss record 880 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 19 bytes in 1 blocks are definitely lost in loss record 881 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 19 bytes in 1 blocks are definitely lost in loss record 882 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15181== by 0x547E594: expr_primary (lj_parse.c:1961)
==15181== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15181== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15181== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9CA: expr (lj_parse.c:2109)
==15181== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15181== by 0x547E302: parse_args (lj_parse.c:1902)
==15181== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15181== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15181== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15181== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547F25B: parse_local (lj_parse.c:2261)
==15181== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F688: parse_block (lj_parse.c:2402)
==15181== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15181== by 0x547F049: parse_for (lj_parse.c:2577)
==15181== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15181== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547EE83: parse_func (lj_parse.c:2286)
==15181== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15181== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 19 bytes in 1 blocks are definitely lost in loss record 883 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 19 bytes in 1 blocks are definitely lost in loss record 884 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 19 bytes in 1 blocks are definitely lost in loss record 885 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 19 bytes in 1 blocks are definitely lost in loss record 886 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 19 bytes in 1 blocks are definitely lost in loss record 887 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15181== by 0x547E594: expr_primary (lj_parse.c:1961)
==15181== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15181== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15181== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9CA: expr (lj_parse.c:2109)
==15181== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15181== by 0x547E302: parse_args (lj_parse.c:1902)
==15181== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15181== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15181== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15181== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547F25B: parse_local (lj_parse.c:2261)
==15181== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F688: parse_block (lj_parse.c:2402)
==15181== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15181== by 0x547F049: parse_for (lj_parse.c:2577)
==15181== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15181== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547EE83: parse_func (lj_parse.c:2286)
==15181== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15181== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 896 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15181== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C278F: luaopen_string (lib_string.c:739)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 897 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15181== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15181== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C278F: luaopen_string (lib_string.c:739)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 898 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15181== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 899 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15181== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 900 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15181== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 901 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 902 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 903 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15181== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15181== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 904 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15181== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 905 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 906 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 907 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 908 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 909 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15181== by 0x5481548: cpparser (lj_load.c:42)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15181== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 910 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15181== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 911 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 912 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x547983F: lex_scan (lj_lex.c:301)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15181== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15181== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15181== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 913 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15181== by 0x5481548: cpparser (lj_load.c:42)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 914 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 915 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 916 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 917 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15181== by 0x547D619: expr_simple (lj_parse.c:2004)
==15181== by 0x547D619: expr_unop (lj_parse.c:2077)
==15181== by 0x547D619: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547F25B: parse_local (lj_parse.c:2261)
==15181== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547EE83: parse_func (lj_parse.c:2286)
==15181== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15181== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 918 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15181== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15181== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 919 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15181== by 0x5481548: cpparser (lj_load.c:42)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15181== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15181== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==15181== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==15181== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==15181== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==15181== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==15181== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==15181== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==15181== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15181== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15181== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15181== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15181== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15181== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15181== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15181== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15181== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15181== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15181== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15181== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 920 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15181== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C278F: luaopen_string (lib_string.c:739)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 921 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15181== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15181== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C278F: luaopen_string (lib_string.c:739)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 922 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15181== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 923 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15181== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 924 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15181== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 925 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 926 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 927 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15181== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15181== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 928 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15181== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 929 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 930 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 931 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 932 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 933 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15181== by 0x5481548: cpparser (lj_load.c:42)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15181== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 934 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15181== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 935 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 936 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x547983F: lex_scan (lj_lex.c:301)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15181== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15181== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15181== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 937 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15181== by 0x5481548: cpparser (lj_load.c:42)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 938 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 939 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 940 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 941 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15181== by 0x547D619: expr_simple (lj_parse.c:2004)
==15181== by 0x547D619: expr_unop (lj_parse.c:2077)
==15181== by 0x547D619: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547F25B: parse_local (lj_parse.c:2261)
==15181== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547EE83: parse_func (lj_parse.c:2286)
==15181== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15181== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 20 bytes in 1 blocks are definitely lost in loss record 942 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15181== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15181== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 955 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C6293: luaopen_package (lib_package.c:610)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 956 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15181== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 957 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15181== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 958 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15181== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 959 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15181== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 960 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15181== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 961 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 962 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 963 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15181== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 964 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15181== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 965 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15181== by 0x547D108: expr_binop (lj_parse.c:2098)
==15181== by 0x547DA01: expr (lj_parse.c:2109)
==15181== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15181== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15181== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15181== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15181== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547F172: parse_local (lj_parse.c:2248)
==15181== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 966 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C6293: luaopen_package (lib_package.c:610)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 967 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15181== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 968 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15181== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 969 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15181== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 970 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15181== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 971 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15181== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 972 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 973 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 974 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15181== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 975 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15181== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 21 bytes in 1 blocks are definitely lost in loss record 976 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15181== by 0x547D108: expr_binop (lj_parse.c:2098)
==15181== by 0x547DA01: expr (lj_parse.c:2109)
==15181== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15181== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15181== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15181== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15181== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547F172: parse_local (lj_parse.c:2248)
==15181== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 991 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C4959: luaopen_io (lib_io.c:532)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 992 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15181== by 0x54C4992: luaopen_io (lib_io.c:534)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 993 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 994 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15181== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 995 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15181== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 996 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15181== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 997 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15181== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 998 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 999 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15181== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,000 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15181== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,001 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,002 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,003 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C4959: luaopen_io (lib_io.c:532)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,004 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15181== by 0x54C4992: luaopen_io (lib_io.c:534)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,005 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,006 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15181== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,007 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15181== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,008 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15181== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,009 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15181== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,010 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,011 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15181== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,012 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15181== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,013 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 22 bytes in 1 blocks are definitely lost in loss record 1,014 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,021 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,022 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C6308: luaopen_package (lib_package.c:615)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,023 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15181== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,024 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15181== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,025 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15181== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,026 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15181== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,027 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,028 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,029 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,030 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,031 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,032 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,033 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,034 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C6308: luaopen_package (lib_package.c:615)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,035 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15181== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,036 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15181== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,037 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15181== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,038 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15181== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,039 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,040 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,041 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,042 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,043 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 23 bytes in 1 blocks are definitely lost in loss record 1,044 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,684 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15181== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,685 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C6243: luaopen_package (lib_package.c:606)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,686 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C6335: luaopen_package (lib_package.c:617)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,687 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15181== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,688 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54762EB: lua_getfield (lj_api.c:800)
==15181== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15181== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,689 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,690 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,691 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,692 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,693 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,694 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15181== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,695 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15181== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,696 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x547983F: lex_scan (lj_lex.c:301)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15181== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15181== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15181== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547F25B: parse_local (lj_parse.c:2261)
==15181== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,697 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,698 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,699 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,700 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,701 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15181== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,702 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C6243: luaopen_package (lib_package.c:606)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,703 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54C6335: luaopen_package (lib_package.c:617)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,704 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15181== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,705 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54762EB: lua_getfield (lj_api.c:800)
==15181== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15181== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,706 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,707 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,708 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,709 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,710 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,711 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15181== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,712 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15181== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,713 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x547983F: lex_scan (lj_lex.c:301)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15181== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15181== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15181== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547F25B: parse_local (lj_parse.c:2261)
==15181== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,714 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,715 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,716 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 24 bytes in 1 blocks are definitely lost in loss record 1,717 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,724 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15181== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15181== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15181== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,725 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,726 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,727 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,728 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,729 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,730 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,731 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,732 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,733 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,734 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15181== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15181== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15181== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,735 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,736 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,737 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,738 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,739 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,740 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,741 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,742 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 25 bytes in 1 blocks are definitely lost in loss record 1,743 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,752 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C3414: luaopen_table (lib_table.c:384)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,753 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,754 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,755 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,756 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,757 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,758 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,759 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,760 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,761 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15181== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,762 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,763 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,764 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,765 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15181== by 0x547D108: expr_binop (lj_parse.c:2098)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547E302: parse_args (lj_parse.c:1902)
==15181== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15181== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15181== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15181== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F688: parse_block (lj_parse.c:2402)
==15181== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15181== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15181== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15181== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F688: parse_block (lj_parse.c:2402)
==15181== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15181== by 0x547F049: parse_for (lj_parse.c:2577)
==15181== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15181== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547EE83: parse_func (lj_parse.c:2286)
==15181== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15181== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,766 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C3414: luaopen_table (lib_table.c:384)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,767 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,768 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,769 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,770 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,771 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,772 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,773 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,774 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,775 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15181== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,776 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,777 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,778 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 26 bytes in 1 blocks are definitely lost in loss record 1,779 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15181== by 0x547D108: expr_binop (lj_parse.c:2098)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547E302: parse_args (lj_parse.c:1902)
==15181== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15181== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15181== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15181== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F688: parse_block (lj_parse.c:2402)
==15181== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15181== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15181== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15181== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F688: parse_block (lj_parse.c:2402)
==15181== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15181== by 0x547F049: parse_for (lj_parse.c:2577)
==15181== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15181== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547EE83: parse_func (lj_parse.c:2286)
==15181== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15181== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,784 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15181== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,785 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,786 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,787 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,788 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,789 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,790 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,791 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,792 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,793 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,794 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15181== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,795 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15181== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,796 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15181== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,797 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,798 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,799 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15181== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,800 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,801 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,802 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,803 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,804 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,805 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,806 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,807 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,808 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,809 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15181== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,810 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15181== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,811 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15181== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,812 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 27 bytes in 1 blocks are definitely lost in loss record 1,813 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,820 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C343B: luaopen_table (lib_table.c:385)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,821 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,822 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,823 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,824 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,825 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,826 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,827 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,828 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,829 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,830 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,831 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,832 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15181== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,833 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,834 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,835 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15181== by 0x547DA01: expr (lj_parse.c:2109)
==15181== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15181== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15181== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15181== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15181== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547F172: parse_local (lj_parse.c:2248)
==15181== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,836 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C343B: luaopen_table (lib_table.c:385)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,837 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,838 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,839 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,840 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,841 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,842 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,843 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,844 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,845 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,846 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,847 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,848 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15181== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,849 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,850 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 28 bytes in 1 blocks are definitely lost in loss record 1,851 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15181== by 0x547DA01: expr (lj_parse.c:2109)
==15181== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15181== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15181== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15181== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15181== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547F172: parse_local (lj_parse.c:2248)
==15181== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,858 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,859 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,860 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,861 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,862 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,863 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,864 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15181== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,865 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15181== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,866 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,867 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,868 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,869 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,870 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,871 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,872 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,873 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,874 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,875 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15181== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,876 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15181== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,877 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,878 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 29 bytes in 1 blocks are definitely lost in loss record 1,879 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,888 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,889 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C3462: luaopen_table (lib_table.c:386)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,890 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,891 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,892 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,893 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,894 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,895 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,896 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15181== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,897 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15181== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,898 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,899 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,900 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,901 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,902 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,903 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,904 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C3462: luaopen_table (lib_table.c:386)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,905 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,906 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,907 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,908 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,909 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,910 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,911 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15181== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,912 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15181== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,913 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,914 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,915 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,916 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 30 bytes in 1 blocks are definitely lost in loss record 1,917 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 31 bytes in 1 blocks are definitely lost in loss record 1,920 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 31 bytes in 1 blocks are definitely lost in loss record 1,921 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 31 bytes in 1 blocks are definitely lost in loss record 1,922 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 31 bytes in 1 blocks are definitely lost in loss record 1,923 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 31 bytes in 1 blocks are definitely lost in loss record 1,924 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 31 bytes in 1 blocks are definitely lost in loss record 1,925 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 31 bytes in 1 blocks are definitely lost in loss record 1,926 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 31 bytes in 1 blocks are definitely lost in loss record 1,927 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 31 bytes in 1 blocks are definitely lost in loss record 1,928 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 31 bytes in 1 blocks are definitely lost in loss record 1,929 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,135 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x546E332: cpluaopen (lj_state.c:149)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x546E64F: lua_newstate (lj_state.c:222)
==15181== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15181== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15181== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,136 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x546E344: cpluaopen (lj_state.c:150)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x546E64F: lua_newstate (lj_state.c:222)
==15181== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15181== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15181== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,137 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15181== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,138 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15181== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,139 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,140 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15181== by 0x54C619B: luaopen_package (lib_package.c:592)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,141 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15181== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,142 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15181== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15181== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,143 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,144 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C3414: luaopen_table (lib_table.c:384)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,145 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C343B: luaopen_table (lib_table.c:385)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,146 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C3462: luaopen_table (lib_table.c:386)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,147 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C3489: luaopen_table (lib_table.c:387)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,148 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,149 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,150 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,151 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C4976: luaopen_io (lib_io.c:533)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,152 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C528D: luaopen_os (lib_os.c:289)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,153 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C278F: luaopen_string (lib_string.c:739)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,154 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,155 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,156 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,157 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,158 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,159 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,160 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,161 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,162 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,163 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15181== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,164 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15181== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,165 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15181== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,166 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15181== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,167 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15181== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,168 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,169 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,170 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,171 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,172 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,173 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,174 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,175 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15181== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,176 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15181== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,177 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15181== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,178 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15181== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,179 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,180 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,181 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,182 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,183 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,184 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,185 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,186 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,187 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,188 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,189 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,190 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,191 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,192 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,193 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,194 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,195 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,196 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,197 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,198 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,199 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,200 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,201 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,202 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,203 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,204 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,205 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,206 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,207 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,208 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,209 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,210 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,211 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,212 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,213 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,214 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,215 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,216 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,217 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,218 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15181== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,219 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15181== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,220 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15181== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,221 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15181== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,222 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15181== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,223 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,224 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,225 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,226 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,227 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,228 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,229 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,230 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,231 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,232 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,233 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,234 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,235 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15181== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,236 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15181== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,237 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15181== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,238 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15181== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,239 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15181== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,240 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,241 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,242 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,243 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,244 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,245 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,246 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,247 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,248 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,249 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15181== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,250 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15181== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,251 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15181== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,252 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15181== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,253 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15181== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,254 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,255 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,256 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,257 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,258 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,259 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,260 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15181== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,261 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15181== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,262 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15181== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,263 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15181== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,264 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15181== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,265 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15181== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,266 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,267 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,268 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,269 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,270 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,271 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,272 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,273 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,274 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,275 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,276 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,277 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,278 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,279 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,280 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,281 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,282 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,283 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,284 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,285 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,286 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,287 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,288 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,289 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,290 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,291 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,292 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,293 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,294 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,295 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,296 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,297 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,298 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,299 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,300 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,301 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,302 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,303 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,304 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,305 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,306 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,307 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,308 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,309 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,310 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,311 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15181== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,312 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15181== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,313 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15181== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,314 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15181== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,315 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,316 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,317 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,318 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,319 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,320 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,321 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,322 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,323 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,324 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,325 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,326 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,327 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,328 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,329 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15181== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,330 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15181== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,331 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15181== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,332 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,333 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,334 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,335 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,336 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,337 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,338 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15181== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,339 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,340 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15181== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,341 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,342 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,343 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,344 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15181== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,345 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5479E68: fs_init (lj_parse.c:1617)
==15181== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15181== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15181== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==15181== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==15181== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==15181== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==15181== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==15181== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==15181== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==15181== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15181== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15181== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15181== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15181== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15181== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15181== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15181== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15181== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15181== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15181== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15181== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,346 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51777D: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:103)
==15181== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==15181== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==15181== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==15181== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==15181== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==15181== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==15181== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==15181== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15181== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15181== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15181== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15181== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15181== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15181== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15181== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15181== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15181== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15181== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15181== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,347 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51777D: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:103)
==15181== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==15181== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==15181== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==15181== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==15181== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==15181== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==15181== by 0x4639FE: ngx_http_send_special (ngx_http_request.c:3410)
==15181== by 0x4DCA7D: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:131)
==15181== by 0x4DD311: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:362)
==15181== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15181== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15181== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15181== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15181== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15181== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15181== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15181== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15181== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15181== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_send_special
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,348 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x546E332: cpluaopen (lj_state.c:149)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x546E64F: lua_newstate (lj_state.c:222)
==15181== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15181== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15181== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,349 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x546E344: cpluaopen (lj_state.c:150)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x546E64F: lua_newstate (lj_state.c:222)
==15181== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15181== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15181== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,350 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15181== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,351 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15181== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,352 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,353 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15181== by 0x54C619B: luaopen_package (lib_package.c:592)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,354 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15181== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,355 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15181== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15181== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,356 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,357 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C3414: luaopen_table (lib_table.c:384)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,358 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C343B: luaopen_table (lib_table.c:385)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,359 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C3462: luaopen_table (lib_table.c:386)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,360 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C3489: luaopen_table (lib_table.c:387)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,361 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,362 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,363 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,364 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C4976: luaopen_io (lib_io.c:533)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,365 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C528D: luaopen_os (lib_os.c:289)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,366 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C278F: luaopen_string (lib_string.c:739)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,367 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,368 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,369 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,370 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,371 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,372 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15181== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,373 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,374 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,375 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,376 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15181== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,377 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15181== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,378 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15181== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,379 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15181== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,380 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15181== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,381 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,382 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,383 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,384 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,385 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,386 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,387 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,388 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15181== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,389 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15181== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,390 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15181== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,391 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15181== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,392 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,393 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,394 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15181== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,395 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,396 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,397 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,398 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,399 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15181== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,400 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,401 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,402 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,403 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,404 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,405 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,406 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,407 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,408 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,409 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,410 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,411 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,412 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15181== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,413 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,414 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,415 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,416 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,417 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,418 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,419 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,420 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,421 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,422 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,423 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,424 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,425 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15181== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,426 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,427 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,428 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,429 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,430 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15181== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,431 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15181== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,432 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15181== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,433 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15181== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,434 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15181== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,435 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15181== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,436 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,437 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,438 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,439 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,440 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,441 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,442 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,443 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,444 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,445 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,446 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,447 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15181== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,448 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15181== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,449 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15181== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,450 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15181== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,451 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15181== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,452 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15181== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,453 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,454 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,455 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,456 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,457 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,458 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,459 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,460 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,461 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15181== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,462 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15181== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,463 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15181== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,464 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15181== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,465 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15181== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,466 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15181== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,467 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,468 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,469 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,470 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,471 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,472 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,473 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15181== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,474 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15181== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,475 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15181== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,476 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15181== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,477 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15181== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,478 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15181== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,479 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,480 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,481 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,482 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,483 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,484 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,485 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,486 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,487 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,488 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,489 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,490 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,491 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,492 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,493 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,494 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,495 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,496 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,497 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,498 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,499 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,500 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,501 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,502 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,503 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,504 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,505 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,506 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,507 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,508 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,509 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,510 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,511 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,512 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,513 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,514 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,515 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,516 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,517 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,518 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,519 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,520 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,521 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,522 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,523 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,524 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15181== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,525 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15181== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,526 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15181== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,527 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15181== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,528 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,529 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,530 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,531 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,532 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,533 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,534 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,535 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,536 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,537 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,538 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,539 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,540 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,541 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,542 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15181== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,543 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15181== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,544 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15181== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,545 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,546 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,547 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,548 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,549 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,550 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,551 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15181== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,552 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15181== by 0x546804A: lj_buf_more2 (lj_buf.c:46)
==15181== by 0x546BA1E: lj_buf_more (lj_buf.h:64)
==15181== by 0x546BA1E: lj_meta_cat (lj_meta.c:287)
==15181== by 0x5461C5B: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_more2
fun:lj_buf_more
fun:lj_meta_cat
fun:lj_BC_CAT
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,553 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,554 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15181== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,555 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,556 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,557 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468F59: newtab (lj_tab.c:124)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 32 bytes in 1 blocks are definitely lost in loss record 2,558 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15181== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 33 bytes in 1 blocks are definitely lost in loss record 2,561 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 33 bytes in 1 blocks are definitely lost in loss record 2,562 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 33 bytes in 1 blocks are definitely lost in loss record 2,563 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 33 bytes in 1 blocks are definitely lost in loss record 2,564 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15181== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 33 bytes in 1 blocks are definitely lost in loss record 2,565 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 33 bytes in 1 blocks are definitely lost in loss record 2,566 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 33 bytes in 1 blocks are definitely lost in loss record 2,567 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 33 bytes in 1 blocks are definitely lost in loss record 2,568 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15181== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 34 bytes in 1 blocks are definitely lost in loss record 2,571 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x546E399: cpluaopen (lj_state.c:154)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x546E64F: lua_newstate (lj_state.c:222)
==15181== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15181== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15181== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 34 bytes in 1 blocks are definitely lost in loss record 2,572 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 34 bytes in 1 blocks are definitely lost in loss record 2,573 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x546E399: cpluaopen (lj_state.c:154)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x546E64F: lua_newstate (lj_state.c:222)
==15181== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15181== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15181== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 34 bytes in 1 blocks are definitely lost in loss record 2,574 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 36 bytes in 1 blocks are definitely lost in loss record 2,590 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 36 bytes in 1 blocks are definitely lost in loss record 2,591 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 36 bytes in 2 blocks are definitely lost in loss record 2,592 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15181== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15181== by 0x547E302: parse_args (lj_parse.c:1902)
==15181== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15181== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15181== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15181== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547F25B: parse_local (lj_parse.c:2261)
==15181== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15181== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 36 bytes in 2 blocks are definitely lost in loss record 2,593 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15181== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15181== by 0x547E302: parse_args (lj_parse.c:1902)
==15181== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15181== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15181== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15181== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547F25B: parse_local (lj_parse.c:2261)
==15181== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15181== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 37 bytes in 1 blocks are definitely lost in loss record 2,594 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 37 bytes in 1 blocks are definitely lost in loss record 2,595 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 37 bytes in 1 blocks are definitely lost in loss record 2,596 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 37 bytes in 1 blocks are definitely lost in loss record 2,597 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 37 bytes in 1 blocks are definitely lost in loss record 2,598 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 37 bytes in 1 blocks are definitely lost in loss record 2,599 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 38 bytes in 1 blocks are definitely lost in loss record 2,602 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 38 bytes in 1 blocks are definitely lost in loss record 2,603 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 38 bytes in 1 blocks are definitely lost in loss record 2,604 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 38 bytes in 1 blocks are definitely lost in loss record 2,605 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 39 bytes in 1 blocks are definitely lost in loss record 2,608 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 39 bytes in 1 blocks are definitely lost in loss record 2,609 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 39 bytes in 1 blocks are definitely lost in loss record 2,610 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 39 bytes in 1 blocks are definitely lost in loss record 2,611 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 39 bytes in 1 blocks are definitely lost in loss record 2,612 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 39 bytes in 1 blocks are definitely lost in loss record 2,613 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 1 blocks are definitely lost in loss record 2,667 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15181== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15181== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15181== by 0x54C4992: luaopen_io (lib_io.c:534)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 1 blocks are definitely lost in loss record 2,668 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15181== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15181== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15181== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 1 blocks are definitely lost in loss record 2,669 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15181== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15181== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15181== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 1 blocks are definitely lost in loss record 2,670 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 1 blocks are definitely lost in loss record 2,671 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 1 blocks are definitely lost in loss record 2,672 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15181== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 1 blocks are definitely lost in loss record 2,673 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15181== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15181== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15181== by 0x54C4992: luaopen_io (lib_io.c:534)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 1 blocks are definitely lost in loss record 2,674 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15181== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15181== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15181== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 1 blocks are definitely lost in loss record 2,675 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15181== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15181== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15181== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 1 blocks are definitely lost in loss record 2,676 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 1 blocks are definitely lost in loss record 2,677 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 1 blocks are definitely lost in loss record 2,678 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15181== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 2 blocks are definitely lost in loss record 2,679 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15181== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15181== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 2 blocks are definitely lost in loss record 2,680 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 2 blocks are definitely lost in loss record 2,681 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15181== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15181== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 40 bytes in 2 blocks are definitely lost in loss record 2,682 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 41 bytes in 1 blocks are definitely lost in loss record 2,683 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 41 bytes in 1 blocks are definitely lost in loss record 2,684 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 41 bytes in 1 blocks are definitely lost in loss record 2,685 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 41 bytes in 1 blocks are definitely lost in loss record 2,686 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 42 bytes in 1 blocks are definitely lost in loss record 2,687 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 42 bytes in 1 blocks are definitely lost in loss record 2,688 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 43 bytes in 1 blocks are definitely lost in loss record 2,697 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 43 bytes in 1 blocks are definitely lost in loss record 2,698 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 43 bytes in 2 blocks are definitely lost in loss record 2,699 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 43 bytes in 2 blocks are definitely lost in loss record 2,700 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 44 bytes in 1 blocks are definitely lost in loss record 2,705 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 44 bytes in 1 blocks are definitely lost in loss record 2,706 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15181== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 47 bytes in 2 blocks are definitely lost in loss record 2,715 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15181== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 47 bytes in 2 blocks are definitely lost in loss record 2,716 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15181== by 0x54C6353: luaopen_package (lib_package.c:619)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 47 bytes in 2 blocks are definitely lost in loss record 2,717 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15181== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 47 bytes in 2 blocks are definitely lost in loss record 2,718 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15181== by 0x54C6353: luaopen_package (lib_package.c:619)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,814 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15181== by 0x54C0103: luaopen_base (lib_base.c:706)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,815 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15181== by 0x54C619B: luaopen_package (lib_package.c:592)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,816 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x54C279E: luaopen_string (lib_string.c:740)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,817 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,818 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,819 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,820 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15181== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,821 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15181== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,822 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,823 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,824 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15181== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,825 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15181== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,826 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,827 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,828 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,829 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,830 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,831 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,832 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15181== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,833 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15181== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,834 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,835 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15181== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,836 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468EB7: newtab (lj_tab.c:109)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15181== by 0x547D619: expr_simple (lj_parse.c:2004)
==15181== by 0x547D619: expr_unop (lj_parse.c:2077)
==15181== by 0x547D619: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547F25B: parse_local (lj_parse.c:2261)
==15181== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547EE83: parse_func (lj_parse.c:2286)
==15181== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15181== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,837 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5469CC4: newhpart (lj_tab.c:66)
==15181== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15181== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15181== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15181== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==15181== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==15181== by 0x547983F: lex_scan (lj_lex.c:301)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x547F837: lj_parse (lj_parse.c:2717)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15181== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15181== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==15181== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==15181== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==15181== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==15181== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==15181== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==15181== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==15181== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15181== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15181== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15181== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15181== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15181== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15181== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15181== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15181== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15181== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15181== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15181== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,838 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15181== by 0x54C0103: luaopen_base (lib_base.c:706)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,839 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15181== by 0x54C619B: luaopen_package (lib_package.c:592)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,840 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x54C279E: luaopen_string (lib_string.c:740)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,841 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,842 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,843 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15181== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15181== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,844 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15181== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,845 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15181== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,846 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,847 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15181== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,848 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15181== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,849 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15181== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,850 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,851 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,852 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,853 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,854 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,855 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,856 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15181== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,857 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15181== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,858 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,859 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15181== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 48 bytes in 1 blocks are definitely lost in loss record 2,860 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468EB7: newtab (lj_tab.c:109)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15181== by 0x547D619: expr_simple (lj_parse.c:2004)
==15181== by 0x547D619: expr_unop (lj_parse.c:2077)
==15181== by 0x547D619: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547F25B: parse_local (lj_parse.c:2261)
==15181== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547EE83: parse_func (lj_parse.c:2286)
==15181== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15181== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 49 bytes in 1 blocks are definitely lost in loss record 2,863 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15181== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15181== by 0x547E302: parse_args (lj_parse.c:1902)
==15181== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15181== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15181== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15181== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547F172: parse_local (lj_parse.c:2248)
==15181== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 49 bytes in 1 blocks are definitely lost in loss record 2,864 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15181== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15181== by 0x547E302: parse_args (lj_parse.c:1902)
==15181== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15181== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15181== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15181== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547F172: parse_local (lj_parse.c:2248)
==15181== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 60 bytes in 2 blocks are definitely lost in loss record 2,901 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 60 bytes in 2 blocks are definitely lost in loss record 2,902 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15181== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 62 bytes in 3 blocks are definitely lost in loss record 2,905 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15181== by 0x547DB92: expr_table (lj_parse.c:1762)
==15181== by 0x547D619: expr_simple (lj_parse.c:2004)
==15181== by 0x547D619: expr_unop (lj_parse.c:2077)
==15181== by 0x547D619: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547F25B: parse_local (lj_parse.c:2261)
==15181== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547EE83: parse_func (lj_parse.c:2286)
==15181== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15181== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 62 bytes in 3 blocks are definitely lost in loss record 2,906 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15181== by 0x5479986: lex_string (lj_lex.c:280)
==15181== by 0x5479986: lex_scan (lj_lex.c:364)
==15181== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15181== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15181== by 0x547DB92: expr_table (lj_parse.c:1762)
==15181== by 0x547D619: expr_simple (lj_parse.c:2004)
==15181== by 0x547D619: expr_unop (lj_parse.c:2077)
==15181== by 0x547D619: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547F25B: parse_local (lj_parse.c:2261)
==15181== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547EE83: parse_func (lj_parse.c:2286)
==15181== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15181== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 64 bytes in 1 blocks are definitely lost in loss record 2,981 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15181== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15181== by 0x54C073D: luaopen_math (lib_math.c:221)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 64 bytes in 1 blocks are definitely lost in loss record 2,982 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15181== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15181== by 0x54C073D: luaopen_math (lib_math.c:221)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 64 bytes in 2 blocks are definitely lost in loss record 2,983 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15181== by 0x54C6353: luaopen_package (lib_package.c:619)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 64 bytes in 2 blocks are definitely lost in loss record 2,984 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 64 bytes in 2 blocks are definitely lost in loss record 2,985 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 64 bytes in 2 blocks are definitely lost in loss record 2,986 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15181== by 0x54C6353: luaopen_package (lib_package.c:619)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 64 bytes in 2 blocks are definitely lost in loss record 2,987 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 64 bytes in 2 blocks are definitely lost in loss record 2,988 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 67 bytes in 3 blocks are definitely lost in loss record 2,991 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 67 bytes in 3 blocks are definitely lost in loss record 2,992 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 72 bytes in 1 blocks are definitely lost in loss record 3,015 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468EB7: newtab (lj_tab.c:109)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3,016 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15181== by 0x54B7C74: clib_new (lj_clib.c:398)
==15181== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15181== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 72 bytes in 1 blocks are definitely lost in loss record 3,017 of 3,753
==15181== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15181== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15181== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15181== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15181== by 0x547DE88: expr_table (lj_parse.c:1746)
==15181== by 0x547D619: expr_simple (lj_parse.c:2004)
==15181== by 0x547D619: expr_unop (lj_parse.c:2077)
==15181== by 0x547D619: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547F25B: parse_local (lj_parse.c:2261)
==15181== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547EE83: parse_func (lj_parse.c:2286)
==15181== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15181== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 72 bytes in 1 blocks are definitely lost in loss record 3,018 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54762EB: lua_getfield (lj_api.c:800)
==15181== by 0x503895: ngx_http_lua_cache_load_code (ngx_http_lua_cache.c:55)
==15181== by 0x5039D3: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:162)
==15181== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==15181== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==15181== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==15181== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==15181== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==15181== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==15181== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==15181== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15181== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15181== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15181== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15181== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15181== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15181== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15181== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15181== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15181== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15181== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15181== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:ngx_http_lua_cache_load_code
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 72 bytes in 1 blocks are definitely lost in loss record 3,019 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468EB7: newtab (lj_tab.c:109)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3,020 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15181== by 0x54B7C74: clib_new (lj_clib.c:398)
==15181== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15181== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 72 bytes in 1 blocks are definitely lost in loss record 3,021 of 3,753
==15181== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15181== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15181== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15181== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15181== by 0x547DE88: expr_table (lj_parse.c:1746)
==15181== by 0x547D619: expr_simple (lj_parse.c:2004)
==15181== by 0x547D619: expr_unop (lj_parse.c:2077)
==15181== by 0x547D619: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547F25B: parse_local (lj_parse.c:2261)
==15181== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547EE83: parse_func (lj_parse.c:2286)
==15181== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15181== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 80 bytes in 1 blocks are definitely lost in loss record 3,070 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15181== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15181== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C278F: luaopen_string (lib_string.c:739)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 80 bytes in 1 blocks are definitely lost in loss record 3,071 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15181== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15181== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C278F: luaopen_string (lib_string.c:739)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 88 bytes in 4 blocks are definitely lost in loss record 3,078 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C4976: luaopen_io (lib_io.c:533)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 88 bytes in 4 blocks are definitely lost in loss record 3,079 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C4976: luaopen_io (lib_io.c:533)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 91 bytes in 4 blocks are definitely lost in loss record 3,080 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15181== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 91 bytes in 4 blocks are definitely lost in loss record 3,081 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15181== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 1 blocks are definitely lost in loss record 3,120 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 1 blocks are definitely lost in loss record 3,121 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15181== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 1 blocks are definitely lost in loss record 3,122 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 1 blocks are definitely lost in loss record 3,123 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 1 blocks are definitely lost in loss record 3,124 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 1 blocks are definitely lost in loss record 3,125 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 1 blocks are definitely lost in loss record 3,126 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 1 blocks are definitely lost in loss record 3,127 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15181== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 1 blocks are definitely lost in loss record 3,128 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15181== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 1 blocks are definitely lost in loss record 3,129 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15181== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 1 blocks are definitely lost in loss record 3,130 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 1 blocks are definitely lost in loss record 3,131 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 3 blocks are definitely lost in loss record 3,132 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15181== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 3 blocks are definitely lost in loss record 3,133 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 3 blocks are definitely lost in loss record 3,134 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15181== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 96 bytes in 3 blocks are definitely lost in loss record 3,135 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 97 bytes in 2 blocks are definitely lost in loss record 3,136 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54C109B: lj_buf_str (lj_buf.h:100)
==15181== by 0x54C109B: lj_cf_string_format (lib_string.c:726)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==15181== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==15181== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==15181== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==15181== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==15181== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==15181== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==15181== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==15181== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15181== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15181== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15181== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15181== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15181== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15181== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15181== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15181== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15181== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15181== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15181== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_cf_string_format
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 100 bytes in 5 blocks are definitely lost in loss record 3,137 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15181== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15181== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 100 bytes in 5 blocks are definitely lost in loss record 3,138 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15181== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15181== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 104 bytes in 1 blocks are definitely lost in loss record 3,140 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468EB7: newtab (lj_tab.c:109)
==15181== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15181== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==15181== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==15181== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==15181== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==15181== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==15181== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==15181== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==15181== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==15181== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15181== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15181== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15181== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15181== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15181== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15181== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15181== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15181== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15181== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15181== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15181== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 104 bytes in 1 blocks are definitely lost in loss record 3,141 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x5468EB7: newtab (lj_tab.c:109)
==15181== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15181== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==15181== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==15181== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==15181== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==15181== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==15181== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==15181== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==15181== by 0x4639FE: ngx_http_send_special (ngx_http_request.c:3410)
==15181== by 0x4DCA7D: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:131)
==15181== by 0x4DD311: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:362)
==15181== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15181== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15181== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15181== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15181== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15181== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15181== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15181== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15181== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15181== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_send_special
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 108 bytes in 5 blocks are definitely lost in loss record 3,144 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 108 bytes in 5 blocks are definitely lost in loss record 3,145 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 114 bytes in 5 blocks are definitely lost in loss record 3,160 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 114 bytes in 5 blocks are definitely lost in loss record 3,161 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 119 bytes in 1 blocks are definitely lost in loss record 3,164 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5475745: lua_pushstring (lj_api.c:652)
==15181== by 0x54C607A: setpath (lib_package.c:555)
==15181== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 119 bytes in 1 blocks are definitely lost in loss record 3,165 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5475745: lua_pushstring (lj_api.c:652)
==15181== by 0x54C607A: setpath (lib_package.c:555)
==15181== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 120 bytes in 5 blocks are definitely lost in loss record 3,176 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546AB0F: func_finduv (lj_func.c:52)
==15181== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15181== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 120 bytes in 5 blocks are definitely lost in loss record 3,177 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546AB0F: func_finduv (lj_func.c:52)
==15181== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15181== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 125 bytes in 6 blocks are definitely lost in loss record 3,181 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5475745: lua_pushstring (lj_api.c:652)
==15181== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 125 bytes in 6 blocks are definitely lost in loss record 3,182 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5475745: lua_pushstring (lj_api.c:652)
==15181== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 126 bytes in 1 blocks are definitely lost in loss record 3,183 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547C960: parse_body (lj_parse.c:1855)
==15181== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15181== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15181== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547EF73: parse_return (lj_parse.c:2316)
==15181== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15181== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15181== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15181== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15181== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15181== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15181== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 126 bytes in 1 blocks are definitely lost in loss record 3,184 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547C960: parse_body (lj_parse.c:1855)
==15181== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15181== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15181== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547EF73: parse_return (lj_parse.c:2316)
==15181== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15181== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15181== by 0x547C930: parse_body (lj_parse.c:1853)
==15181== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15181== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15181== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15181== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15181== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15181== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 128 (92 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,227 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547F857: lj_parse (lj_parse.c:2721)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15181== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15181== by 0x5178F1: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:162)
==15181== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==15181== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==15181== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==15181== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==15181== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==15181== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==15181== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15181== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15181== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15181== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15181== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15181== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15181== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15181== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15181== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15181== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15181== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15181== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 128 bytes in 4 blocks are definitely lost in loss record 3,228 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15181== by 0x54C6212: luaopen_package (lib_package.c:599)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 128 bytes in 4 blocks are definitely lost in loss record 3,229 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 128 bytes in 4 blocks are definitely lost in loss record 3,230 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15181== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15181== by 0x54C6212: luaopen_package (lib_package.c:599)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 128 bytes in 4 blocks are definitely lost in loss record 3,231 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 130 bytes in 1 blocks are definitely lost in loss record 3,232 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547C960: parse_body (lj_parse.c:1855)
==15181== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15181== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15181== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15181== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15181== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15181== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 130 bytes in 1 blocks are definitely lost in loss record 3,233 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547C960: parse_body (lj_parse.c:1855)
==15181== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15181== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15181== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15181== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15181== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15181== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 157 bytes in 6 blocks are definitely lost in loss record 3,252 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 157 bytes in 6 blocks are definitely lost in loss record 3,253 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 160 bytes in 5 blocks are definitely lost in loss record 3,268 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 160 bytes in 5 blocks are definitely lost in loss record 3,269 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 172 bytes in 5 blocks are definitely lost in loss record 3,281 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15181== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 172 bytes in 5 blocks are definitely lost in loss record 3,282 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A70B: func_newL (lj_func.c:122)
==15181== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15181== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 174 bytes in 8 blocks are definitely lost in loss record 3,283 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C278F: luaopen_string (lib_string.c:739)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 174 bytes in 8 blocks are definitely lost in loss record 3,284 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C278F: luaopen_string (lib_string.c:739)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 176 bytes in 2 blocks are definitely lost in loss record 3,294 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15181== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15181== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 176 bytes in 2 blocks are definitely lost in loss record 3,295 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15181== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15181== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 186 bytes in 8 blocks are definitely lost in loss record 3,302 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C528D: luaopen_os (lib_os.c:289)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 186 bytes in 8 blocks are definitely lost in loss record 3,303 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C528D: luaopen_os (lib_os.c:289)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 1 blocks are definitely lost in loss record 3,310 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15181== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 1 blocks are definitely lost in loss record 3,311 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15181== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 1 blocks are definitely lost in loss record 3,312 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 1 blocks are definitely lost in loss record 3,313 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 1 blocks are definitely lost in loss record 3,314 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 1 blocks are definitely lost in loss record 3,315 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 1 blocks are definitely lost in loss record 3,316 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 1 blocks are definitely lost in loss record 3,317 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15181== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 1 blocks are definitely lost in loss record 3,318 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15181== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 1 blocks are definitely lost in loss record 3,319 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15181== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 1 blocks are definitely lost in loss record 3,320 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 1 blocks are definitely lost in loss record 3,321 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 1 blocks are definitely lost in loss record 3,322 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15181== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 1 blocks are definitely lost in loss record 3,323 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15181== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 6 blocks are definitely lost in loss record 3,324 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 192 bytes in 6 blocks are definitely lost in loss record 3,325 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 200 bytes in 1 blocks are definitely lost in loss record 3,326 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547F857: lj_parse (lj_parse.c:2721)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15181== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 200 bytes in 1 blocks are definitely lost in loss record 3,327 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547F857: lj_parse (lj_parse.c:2721)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15181== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 200 bytes in 5 blocks are definitely lost in loss record 3,328 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15181== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15181== by 0x54C38CD: io_file_new (lib_io.c:73)
==15181== by 0x54C3BCF: lj_cf_io_popen (lib_io.c:413)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==15181== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==15181== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==15181== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==15181== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==15181== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==15181== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==15181== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==15181== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15181== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15181== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15181== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15181== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15181== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15181== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15181== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15181== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15181== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15181== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15181== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_file_new
fun:lj_cf_io_popen
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 200 bytes in 5 blocks are definitely lost in loss record 3,329 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15181== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15181== by 0x54C38CD: io_file_new (lib_io.c:73)
==15181== by 0x54C3BCF: lj_cf_io_popen (lib_io.c:413)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==15181== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==15181== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==15181== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==15181== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==15181== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==15181== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==15181== by 0x4639FE: ngx_http_send_special (ngx_http_request.c:3410)
==15181== by 0x4DCA7D: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:131)
==15181== by 0x4DD311: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:362)
==15181== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15181== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15181== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15181== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15181== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15181== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15181== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15181== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15181== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15181== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_file_new
fun:lj_cf_io_popen
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_send_special
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 212 bytes in 1 blocks are definitely lost in loss record 3,332 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547C960: parse_body (lj_parse.c:1855)
==15181== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15181== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15181== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15181== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15181== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15181== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F688: parse_block (lj_parse.c:2402)
==15181== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15181== by 0x547F049: parse_for (lj_parse.c:2577)
==15181== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15181== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 212 bytes in 1 blocks are definitely lost in loss record 3,333 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547C960: parse_body (lj_parse.c:1855)
==15181== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15181== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15181== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15181== by 0x547D9A5: expr (lj_parse.c:2109)
==15181== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15181== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15181== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15181== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15181== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F688: parse_block (lj_parse.c:2402)
==15181== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15181== by 0x547F049: parse_for (lj_parse.c:2577)
==15181== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15181== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 216 bytes in 10 blocks are definitely lost in loss record 3,334 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 216 bytes in 10 blocks are definitely lost in loss record 3,335 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,338 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547F857: lj_parse (lj_parse.c:2721)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,339 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547F857: lj_parse (lj_parse.c:2721)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 229 bytes in 10 blocks are definitely lost in loss record 3,348 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15181== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 229 bytes in 10 blocks are definitely lost in loss record 3,349 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15181== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 245 bytes in 11 blocks are definitely lost in loss record 3,350 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 245 bytes in 11 blocks are definitely lost in loss record 3,351 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 288 bytes in 9 blocks are definitely lost in loss record 3,379 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 288 bytes in 9 blocks are definitely lost in loss record 3,380 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 310 bytes in 1 blocks are definitely lost in loss record 3,388 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547C960: parse_body (lj_parse.c:1855)
==15181== by 0x547F172: parse_local (lj_parse.c:2248)
==15181== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 310 bytes in 1 blocks are definitely lost in loss record 3,389 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547C960: parse_body (lj_parse.c:1855)
==15181== by 0x547F172: parse_local (lj_parse.c:2248)
==15181== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15181== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 352 bytes in 11 blocks are definitely lost in loss record 3,407 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C4976: luaopen_io (lib_io.c:533)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 352 bytes in 11 blocks are definitely lost in loss record 3,408 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C528D: luaopen_os (lib_os.c:289)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 352 bytes in 11 blocks are definitely lost in loss record 3,409 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C4976: luaopen_io (lib_io.c:533)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 352 bytes in 11 blocks are definitely lost in loss record 3,410 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C528D: luaopen_os (lib_os.c:289)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 360 bytes in 15 blocks are definitely lost in loss record 3,414 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546AB0F: func_finduv (lj_func.c:52)
==15181== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15181== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 360 bytes in 15 blocks are definitely lost in loss record 3,415 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x546AB0F: func_finduv (lj_func.c:52)
==15181== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15181== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 363 bytes in 1 blocks are definitely lost in loss record 3,416 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547C960: parse_body (lj_parse.c:1855)
==15181== by 0x547EE83: parse_func (lj_parse.c:2286)
==15181== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15181== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 363 bytes in 1 blocks are definitely lost in loss record 3,417 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15181== by 0x547C960: parse_body (lj_parse.c:1855)
==15181== by 0x547EE83: parse_func (lj_parse.c:2286)
==15181== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15181== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15181== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15181== by 0x548153A: cpparser (lj_load.c:41)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x548165A: lua_loadx (lj_load.c:58)
==15181== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15181== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15181== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 382 bytes in 18 blocks are definitely lost in loss record 3,422 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 382 bytes in 18 blocks are definitely lost in loss record 3,423 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,432 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15181== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,433 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5469CC4: newhpart (lj_tab.c:66)
==15181== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15181== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15181== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15181== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15181== by 0x5476F58: lua_setfield (lj_api.c:972)
==15181== by 0x54C6335: luaopen_package (lib_package.c:617)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,434 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,435 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,436 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C4976: luaopen_io (lib_io.c:533)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,437 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C528D: luaopen_os (lib_os.c:289)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,438 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C278F: luaopen_string (lib_string.c:739)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,439 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,440 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,441 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,442 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5469CC4: newhpart (lj_tab.c:66)
==15181== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15181== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15181== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15181== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15181== by 0x5476F58: lua_setfield (lj_api.c:972)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,443 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15181== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,444 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,445 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,446 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15181== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,447 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5469CC4: newhpart (lj_tab.c:66)
==15181== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15181== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15181== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15181== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15181== by 0x5476F58: lua_setfield (lj_api.c:972)
==15181== by 0x54C6335: luaopen_package (lib_package.c:617)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,448 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,449 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,450 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C4976: luaopen_io (lib_io.c:533)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,451 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C528D: luaopen_os (lib_os.c:289)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,452 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C278F: luaopen_string (lib_string.c:739)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,453 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,454 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,455 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,456 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5469CC4: newhpart (lj_tab.c:66)
==15181== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15181== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15181== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15181== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15181== by 0x5476F58: lua_setfield (lj_api.c:972)
==15181== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15181== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,457 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15181== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,458 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 1 blocks are definitely lost in loss record 3,459 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15181== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 12 blocks are definitely lost in loss record 3,460 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 384 bytes in 12 blocks are definitely lost in loss record 3,461 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 416 bytes in 13 blocks are definitely lost in loss record 3,466 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C278F: luaopen_string (lib_string.c:739)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 416 bytes in 13 blocks are definitely lost in loss record 3,467 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C278F: luaopen_string (lib_string.c:739)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 438 bytes in 19 blocks are definitely lost in loss record 3,472 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15181== by 0x546E387: cpluaopen (lj_state.c:152)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x546E64F: lua_newstate (lj_state.c:222)
==15181== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15181== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15181== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 438 bytes in 19 blocks are definitely lost in loss record 3,473 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15181== by 0x546E387: cpluaopen (lj_state.c:152)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x546E64F: lua_newstate (lj_state.c:222)
==15181== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15181== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15181== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 442 bytes in 21 blocks are definitely lost in loss record 3,474 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15181== by 0x546E38F: cpluaopen (lj_state.c:153)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x546E64F: lua_newstate (lj_state.c:222)
==15181== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15181== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15181== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 442 bytes in 21 blocks are definitely lost in loss record 3,475 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15181== by 0x546E38F: cpluaopen (lj_state.c:153)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x546E64F: lua_newstate (lj_state.c:222)
==15181== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15181== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15181== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 485 bytes in 20 blocks are definitely lost in loss record 3,489 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 485 bytes in 20 blocks are definitely lost in loss record 3,490 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15181== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 512 bytes in 16 blocks are definitely lost in loss record 3,526 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 512 bytes in 16 blocks are definitely lost in loss record 3,527 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 544 bytes in 17 blocks are definitely lost in loss record 3,537 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 544 bytes in 17 blocks are definitely lost in loss record 3,538 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 576 bytes in 18 blocks are definitely lost in loss record 3,549 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 576 bytes in 18 blocks are definitely lost in loss record 3,550 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 760 bytes in 5 blocks are definitely lost in loss record 3,585 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15181== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15181== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 760 bytes in 5 blocks are definitely lost in loss record 3,586 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15181== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15181== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15181== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 768 bytes in 1 blocks are definitely lost in loss record 3,589 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 768 bytes in 1 blocks are definitely lost in loss record 3,590 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15181== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 768 bytes in 1 blocks are definitely lost in loss record 3,591 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15181== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 768 bytes in 1 blocks are definitely lost in loss record 3,592 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 768 bytes in 1 blocks are definitely lost in loss record 3,593 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5469CC4: newhpart (lj_tab.c:66)
==15181== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15181== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15181== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15181== by 0x547710F: lua_rawset (lj_api.c:991)
==15181== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 768 bytes in 1 blocks are definitely lost in loss record 3,594 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 768 bytes in 1 blocks are definitely lost in loss record 3,595 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 768 bytes in 1 blocks are definitely lost in loss record 3,596 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15181== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15181== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 768 bytes in 1 blocks are definitely lost in loss record 3,597 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15181== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 768 bytes in 1 blocks are definitely lost in loss record 3,598 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15181== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15181== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 768 bytes in 1 blocks are definitely lost in loss record 3,599 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15181== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 768 bytes in 1 blocks are definitely lost in loss record 3,600 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5469CC4: newhpart (lj_tab.c:66)
==15181== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15181== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15181== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15181== by 0x547710F: lua_rawset (lj_api.c:991)
==15181== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15181== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 768 bytes in 1 blocks are definitely lost in loss record 3,601 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 768 bytes in 1 blocks are definitely lost in loss record 3,602 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15181== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15181== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 848 bytes in 26 blocks are definitely lost in loss record 3,617 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 848 bytes in 26 blocks are definitely lost in loss record 3,618 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C0761: luaopen_math (lib_math.c:223)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 1,000 bytes in 27 blocks are definitely lost in loss record 3,637 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 1,000 bytes in 27 blocks are definitely lost in loss record 3,638 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15181== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15181== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15181== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15181== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15181== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 1,446 bytes in 59 blocks are definitely lost in loss record 3,677 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15181== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 1,446 bytes in 59 blocks are definitely lost in loss record 3,678 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468C42: lj_str_new (lj_str.c:220)
==15181== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15181== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 1,536 bytes in 1 blocks are definitely lost in loss record 3,684 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x546E332: cpluaopen (lj_state.c:149)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x546E64F: lua_newstate (lj_state.c:222)
==15181== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15181== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15181== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 1,536 bytes in 1 blocks are definitely lost in loss record 3,685 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x546E332: cpluaopen (lj_state.c:149)
==15181== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x546E64F: lua_newstate (lj_state.c:222)
==15181== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15181== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15181== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,713 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15181== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,714 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15181== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15181== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 3,072 bytes in 1 blocks are definitely lost in loss record 3,721 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x422D15: main (nginx.c:294)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 3,072 bytes in 1 blocks are definitely lost in loss record 3,722 of 3,753
==15181== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15181== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5468F18: newhpart (lj_tab.c:66)
==15181== by 0x5468F18: newtab (lj_tab.c:145)
==15181== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15181== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15181== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15181== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15181== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15181== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15181== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15181== by 0x459663: ngx_http_block (ngx_http.c:312)
==15181== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15181== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15181== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15181== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* ==15181== 8,192 bytes in 1 blocks are definitely lost in loss record 3,750 of 3,753
==15181== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15181== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15181== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15181== by 0x5467FEA: lj_buf_need2 (lj_buf.c:36)
==15181== by 0x54C3F98: io_file_readall (lib_io.c:166)
==15181== by 0x54C3F98: io_file_read (lib_io.c:212)
==15181== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15181== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15181== by 0x5177A1: ngx_http_lua_body_filter_by_chunk (ngx_http_lua_bodyfilterby.c:107)
==15181== by 0x51790B: ngx_http_lua_body_filter_inline (ngx_http_lua_bodyfilterby.c:171)
==15181== by 0x51767B: ngx_http_lua_body_filter (ngx_http_lua_bodyfilterby.c:291)
==15181== by 0x426F54: ngx_output_chain (ngx_output_chain.c:234)
==15181== by 0x493585: ngx_http_copy_filter (ngx_http_copy_filter_module.c:152)
==15181== by 0x4872B0: ngx_http_range_body_filter (ngx_http_range_filter_module.c:635)
==15181== by 0x45FB77: ngx_http_output_filter (ngx_http_core_module.c:1781)
==15181== by 0x4DCA99: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:140)
==15181== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15181== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15181== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15181== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15181== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15181== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15181== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15181== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15181== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15181== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15181== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15181== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15181== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15181== by 0x422F5B: main (nginx.c:382)
==15181==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_need2
fun:io_file_readall
fun:io_file_read
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_body_filter_by_chunk
fun:ngx_http_lua_body_filter_inline
fun:ngx_http_lua_body_filter
fun:ngx_output_chain
fun:ngx_http_copy_filter
fun:ngx_http_range_body_filter
fun:ngx_http_output_filter
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 8: lua_sa_restart on (default) - SA_RESTART is effective in body_filter_by_lua* - status code ok got: ''
expected: '200'
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== Invalid read of size 8
==15204== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15204== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15204== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15204== by 0x422F5B: main (nginx.c:382)
==15204== Address 0x30 is not stack'd, malloc'd or (recently) free'd
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_poll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204==
==15204== Process terminating with default action of signal 11 (SIGSEGV)
==15204== Access not within mapped region at address 0x30
==15204== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15204== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15204== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15204== by 0x422F5B: main (nginx.c:382)
==15204== If you believe this happened as a result of a stack
==15204== overflow in your program's main thread (unlikely but
==15204== possible), you can try to increase the size of the
==15204== main thread stack using the --main-stacksize= flag.
==15204== The main thread stack size used in this run was 8388608.
==15204== 18 bytes in 1 blocks are definitely lost in loss record 1,025 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15204== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 18 bytes in 1 blocks are definitely lost in loss record 1,026 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15204== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 19 bytes in 1 blocks are definitely lost in loss record 1,031 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 19 bytes in 1 blocks are definitely lost in loss record 1,032 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 19 bytes in 1 blocks are definitely lost in loss record 1,033 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 19 bytes in 1 blocks are definitely lost in loss record 1,034 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 19 bytes in 1 blocks are definitely lost in loss record 1,035 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15204== by 0x547E594: expr_primary (lj_parse.c:1961)
==15204== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15204== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15204== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9CA: expr (lj_parse.c:2109)
==15204== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15204== by 0x547E302: parse_args (lj_parse.c:1902)
==15204== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15204== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15204== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15204== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547F25B: parse_local (lj_parse.c:2261)
==15204== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F688: parse_block (lj_parse.c:2402)
==15204== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15204== by 0x547F049: parse_for (lj_parse.c:2577)
==15204== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15204== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547EE83: parse_func (lj_parse.c:2286)
==15204== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15204== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 19 bytes in 1 blocks are definitely lost in loss record 1,036 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 19 bytes in 1 blocks are definitely lost in loss record 1,037 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 19 bytes in 1 blocks are definitely lost in loss record 1,038 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 19 bytes in 1 blocks are definitely lost in loss record 1,039 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 19 bytes in 1 blocks are definitely lost in loss record 1,040 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15204== by 0x547E594: expr_primary (lj_parse.c:1961)
==15204== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15204== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15204== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9CA: expr (lj_parse.c:2109)
==15204== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15204== by 0x547E302: parse_args (lj_parse.c:1902)
==15204== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15204== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15204== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15204== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547F25B: parse_local (lj_parse.c:2261)
==15204== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F688: parse_block (lj_parse.c:2402)
==15204== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15204== by 0x547F049: parse_for (lj_parse.c:2577)
==15204== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15204== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547EE83: parse_func (lj_parse.c:2286)
==15204== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15204== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,049 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15204== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C278F: luaopen_string (lib_string.c:739)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,050 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15204== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15204== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C278F: luaopen_string (lib_string.c:739)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,051 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15204== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,052 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15204== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,053 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15204== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,054 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,055 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,056 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15204== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15204== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,057 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15204== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,058 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,059 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,060 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,061 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,062 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15204== by 0x5481548: cpparser (lj_load.c:42)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15204== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,063 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15204== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,064 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,065 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x547983F: lex_scan (lj_lex.c:301)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15204== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15204== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15204== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,066 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15204== by 0x5481548: cpparser (lj_load.c:42)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,067 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,068 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,069 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,070 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15204== by 0x547D619: expr_simple (lj_parse.c:2004)
==15204== by 0x547D619: expr_unop (lj_parse.c:2077)
==15204== by 0x547D619: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547F25B: parse_local (lj_parse.c:2261)
==15204== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547EE83: parse_func (lj_parse.c:2286)
==15204== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15204== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,071 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15204== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15204== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,072 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15204== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C278F: luaopen_string (lib_string.c:739)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,073 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15204== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15204== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C278F: luaopen_string (lib_string.c:739)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,074 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15204== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,075 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15204== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,076 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15204== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,077 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,078 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,079 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15204== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15204== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,080 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15204== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,081 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,082 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,083 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,084 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,085 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15204== by 0x5481548: cpparser (lj_load.c:42)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15204== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,086 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15204== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,087 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,088 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x547983F: lex_scan (lj_lex.c:301)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15204== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15204== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15204== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,089 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15204== by 0x5481548: cpparser (lj_load.c:42)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,090 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,091 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,092 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,093 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15204== by 0x547D619: expr_simple (lj_parse.c:2004)
==15204== by 0x547D619: expr_unop (lj_parse.c:2077)
==15204== by 0x547D619: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547F25B: parse_local (lj_parse.c:2261)
==15204== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547EE83: parse_func (lj_parse.c:2286)
==15204== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15204== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 20 bytes in 1 blocks are definitely lost in loss record 1,094 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15204== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15204== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,107 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C6293: luaopen_package (lib_package.c:610)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,108 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15204== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,109 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15204== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,110 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15204== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,111 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15204== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,112 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15204== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,113 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,114 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,115 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15204== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,116 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15204== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,117 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15204== by 0x547D108: expr_binop (lj_parse.c:2098)
==15204== by 0x547DA01: expr (lj_parse.c:2109)
==15204== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15204== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15204== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15204== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15204== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547F172: parse_local (lj_parse.c:2248)
==15204== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,118 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C6293: luaopen_package (lib_package.c:610)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,119 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15204== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,120 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15204== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,121 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15204== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,122 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15204== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,123 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15204== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,124 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,125 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,126 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15204== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,127 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15204== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 21 bytes in 1 blocks are definitely lost in loss record 1,128 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15204== by 0x547D108: expr_binop (lj_parse.c:2098)
==15204== by 0x547DA01: expr (lj_parse.c:2109)
==15204== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15204== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15204== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15204== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15204== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547F172: parse_local (lj_parse.c:2248)
==15204== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,143 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C4959: luaopen_io (lib_io.c:532)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,144 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15204== by 0x54C4992: luaopen_io (lib_io.c:534)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,145 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,146 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15204== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,147 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15204== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,148 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15204== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,149 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15204== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,150 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,151 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15204== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,152 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15204== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,153 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,154 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,155 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C4959: luaopen_io (lib_io.c:532)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,156 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15204== by 0x54C4992: luaopen_io (lib_io.c:534)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,157 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,158 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15204== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,159 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15204== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,160 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15204== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,161 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15204== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,162 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,163 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15204== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,164 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15204== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,165 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 22 bytes in 1 blocks are definitely lost in loss record 1,166 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,173 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,174 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C6308: luaopen_package (lib_package.c:615)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,175 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15204== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,176 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15204== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,177 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15204== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,178 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15204== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,179 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,180 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,181 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,182 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,183 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,184 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,185 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,186 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C6308: luaopen_package (lib_package.c:615)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,187 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15204== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,188 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15204== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,189 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15204== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,190 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15204== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,191 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,192 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,193 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,194 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,195 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 23 bytes in 1 blocks are definitely lost in loss record 1,196 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,845 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15204== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,846 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C6243: luaopen_package (lib_package.c:606)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,847 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C6335: luaopen_package (lib_package.c:617)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,848 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15204== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,849 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54762EB: lua_getfield (lj_api.c:800)
==15204== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15204== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,850 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,851 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,852 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,853 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,854 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,855 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15204== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,856 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15204== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,857 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x547983F: lex_scan (lj_lex.c:301)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15204== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15204== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15204== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547F25B: parse_local (lj_parse.c:2261)
==15204== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,858 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,859 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,860 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,861 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,862 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15204== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,863 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C6243: luaopen_package (lib_package.c:606)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,864 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54C6335: luaopen_package (lib_package.c:617)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,865 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15204== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,866 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54762EB: lua_getfield (lj_api.c:800)
==15204== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15204== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,867 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,868 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,869 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,870 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,871 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,872 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15204== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,873 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15204== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,874 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x547983F: lex_scan (lj_lex.c:301)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15204== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15204== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15204== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547F25B: parse_local (lj_parse.c:2261)
==15204== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,875 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,876 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,877 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 24 bytes in 1 blocks are definitely lost in loss record 1,878 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,885 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15204== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15204== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15204== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,886 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,887 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,888 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,889 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,890 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,891 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,892 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,893 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,894 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,895 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15204== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15204== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15204== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,896 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,897 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,898 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,899 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,900 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,901 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,902 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,903 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 25 bytes in 1 blocks are definitely lost in loss record 1,904 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,913 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C3414: luaopen_table (lib_table.c:384)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,914 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,915 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,916 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,917 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,918 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,919 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,920 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,921 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,922 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15204== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,923 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,924 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,925 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,926 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15204== by 0x547D108: expr_binop (lj_parse.c:2098)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547E302: parse_args (lj_parse.c:1902)
==15204== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15204== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15204== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15204== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F688: parse_block (lj_parse.c:2402)
==15204== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15204== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15204== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15204== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F688: parse_block (lj_parse.c:2402)
==15204== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15204== by 0x547F049: parse_for (lj_parse.c:2577)
==15204== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15204== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547EE83: parse_func (lj_parse.c:2286)
==15204== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15204== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,927 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C3414: luaopen_table (lib_table.c:384)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,928 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,929 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,930 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,931 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,932 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,933 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,934 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,935 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,936 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15204== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,937 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,938 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,939 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 26 bytes in 1 blocks are definitely lost in loss record 1,940 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15204== by 0x547D108: expr_binop (lj_parse.c:2098)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547E302: parse_args (lj_parse.c:1902)
==15204== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15204== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15204== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15204== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F688: parse_block (lj_parse.c:2402)
==15204== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15204== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15204== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15204== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F688: parse_block (lj_parse.c:2402)
==15204== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15204== by 0x547F049: parse_for (lj_parse.c:2577)
==15204== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15204== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547EE83: parse_func (lj_parse.c:2286)
==15204== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15204== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,945 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15204== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,946 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,947 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,948 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,949 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,950 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,951 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,952 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,953 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,954 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,955 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15204== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,956 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15204== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,957 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15204== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,958 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,959 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,960 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15204== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,961 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,962 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,963 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,964 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,965 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,966 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,967 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,968 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,969 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,970 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15204== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,971 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15204== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,972 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15204== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,973 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 27 bytes in 1 blocks are definitely lost in loss record 1,974 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,981 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C343B: luaopen_table (lib_table.c:385)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,982 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,983 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,984 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,985 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,986 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,987 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,988 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,989 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,990 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,991 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,992 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,993 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15204== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,994 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,995 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,996 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15204== by 0x547DA01: expr (lj_parse.c:2109)
==15204== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15204== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15204== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15204== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15204== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547F172: parse_local (lj_parse.c:2248)
==15204== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,997 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C343B: luaopen_table (lib_table.c:385)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,998 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 1,999 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 2,000 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 2,001 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 2,002 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 2,003 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 2,004 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 2,005 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 2,006 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 2,007 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 2,008 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 2,009 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15204== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 2,010 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 2,011 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 28 bytes in 1 blocks are definitely lost in loss record 2,012 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15204== by 0x547DA01: expr (lj_parse.c:2109)
==15204== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15204== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15204== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15204== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15204== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547F172: parse_local (lj_parse.c:2248)
==15204== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,019 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,020 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,021 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,022 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,023 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,024 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,025 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15204== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,026 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15204== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,027 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,028 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,029 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,030 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,031 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,032 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,033 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,034 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,035 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,036 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15204== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,037 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15204== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,038 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,039 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 29 bytes in 1 blocks are definitely lost in loss record 2,040 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,049 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,050 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C3462: luaopen_table (lib_table.c:386)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,051 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,052 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,053 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,054 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,055 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,056 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,057 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15204== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,058 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15204== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,059 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,060 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,061 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,062 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,063 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,064 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,065 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C3462: luaopen_table (lib_table.c:386)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,066 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,067 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,068 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,069 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,070 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,071 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,072 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15204== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,073 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15204== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,074 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,075 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,076 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,077 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 30 bytes in 1 blocks are definitely lost in loss record 2,078 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 31 bytes in 1 blocks are definitely lost in loss record 2,081 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 31 bytes in 1 blocks are definitely lost in loss record 2,082 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 31 bytes in 1 blocks are definitely lost in loss record 2,083 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 31 bytes in 1 blocks are definitely lost in loss record 2,084 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 31 bytes in 1 blocks are definitely lost in loss record 2,085 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 31 bytes in 1 blocks are definitely lost in loss record 2,086 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 31 bytes in 1 blocks are definitely lost in loss record 2,087 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 31 bytes in 1 blocks are definitely lost in loss record 2,088 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 31 bytes in 1 blocks are definitely lost in loss record 2,089 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 31 bytes in 1 blocks are definitely lost in loss record 2,090 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,311 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x546E332: cpluaopen (lj_state.c:149)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x546E64F: lua_newstate (lj_state.c:222)
==15204== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15204== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15204== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,312 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x546E344: cpluaopen (lj_state.c:150)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x546E64F: lua_newstate (lj_state.c:222)
==15204== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15204== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15204== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,313 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15204== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,314 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15204== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,315 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,316 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15204== by 0x54C619B: luaopen_package (lib_package.c:592)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,317 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15204== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,318 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15204== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15204== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,319 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,320 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C3414: luaopen_table (lib_table.c:384)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,321 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C343B: luaopen_table (lib_table.c:385)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,322 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C3462: luaopen_table (lib_table.c:386)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,323 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C3489: luaopen_table (lib_table.c:387)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,324 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,325 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,326 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,327 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C4976: luaopen_io (lib_io.c:533)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,328 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C528D: luaopen_os (lib_os.c:289)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,329 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C278F: luaopen_string (lib_string.c:739)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,330 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,331 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,332 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,333 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,334 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,335 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,336 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,337 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,338 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,339 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15204== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,340 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15204== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,341 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15204== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,342 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15204== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,343 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15204== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,344 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,345 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,346 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,347 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,348 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,349 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,350 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,351 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15204== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,352 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15204== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,353 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15204== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,354 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15204== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,355 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,356 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,357 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,358 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,359 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,360 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,361 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,362 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,363 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,364 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,365 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,366 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,367 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,368 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,369 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,370 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,371 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,372 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,373 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,374 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,375 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,376 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,377 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,378 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,379 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,380 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,381 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,382 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,383 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,384 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,385 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,386 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,387 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,388 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,389 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,390 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,391 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,392 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,393 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,394 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15204== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,395 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15204== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,396 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15204== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,397 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15204== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,398 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15204== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,399 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,400 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,401 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,402 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,403 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,404 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,405 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,406 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,407 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,408 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,409 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,410 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,411 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15204== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,412 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15204== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,413 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15204== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,414 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15204== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,415 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15204== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,416 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,417 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,418 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,419 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,420 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,421 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,422 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,423 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,424 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,425 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15204== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,426 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15204== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,427 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15204== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,428 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15204== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,429 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15204== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,430 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,431 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,432 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,433 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,434 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,435 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,436 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15204== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,437 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15204== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,438 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15204== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,439 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15204== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,440 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15204== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,441 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15204== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,442 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,443 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,444 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,445 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,446 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,447 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,448 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,449 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,450 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,451 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,452 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,453 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,454 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,455 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,456 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,457 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,458 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,459 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,460 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,461 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,462 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,463 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,464 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,465 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,466 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,467 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,468 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,469 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,470 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,471 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,472 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,473 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,474 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,475 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,476 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,477 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,478 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,479 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,480 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,481 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,482 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,483 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,484 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,485 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,486 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,487 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15204== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,488 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15204== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,489 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15204== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,490 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15204== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,491 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,492 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,493 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,494 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,495 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,496 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,497 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,498 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,499 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,500 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,501 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,502 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,503 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,504 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,505 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15204== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,506 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15204== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,507 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15204== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,508 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,509 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,510 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,511 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,512 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,513 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,514 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15204== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,515 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,516 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15204== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,517 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,518 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,519 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,520 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15204== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,521 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x546E332: cpluaopen (lj_state.c:149)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x546E64F: lua_newstate (lj_state.c:222)
==15204== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15204== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15204== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,522 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x546E344: cpluaopen (lj_state.c:150)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x546E64F: lua_newstate (lj_state.c:222)
==15204== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15204== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15204== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,523 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15204== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,524 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15204== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,525 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,526 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15204== by 0x54C619B: luaopen_package (lib_package.c:592)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,527 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15204== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,528 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15204== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15204== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,529 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,530 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C3414: luaopen_table (lib_table.c:384)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,531 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C343B: luaopen_table (lib_table.c:385)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,532 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C3462: luaopen_table (lib_table.c:386)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,533 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C3489: luaopen_table (lib_table.c:387)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,534 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,535 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,536 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,537 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C4976: luaopen_io (lib_io.c:533)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,538 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C528D: luaopen_os (lib_os.c:289)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,539 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C278F: luaopen_string (lib_string.c:739)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,540 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,541 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,542 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,543 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,544 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,545 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15204== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,546 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,547 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,548 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,549 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15204== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,550 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15204== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,551 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15204== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,552 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15204== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,553 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15204== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,554 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,555 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,556 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,557 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,558 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,559 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,560 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,561 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15204== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,562 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15204== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,563 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15204== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,564 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15204== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,565 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,566 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,567 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15204== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,568 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,569 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,570 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,571 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,572 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15204== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,573 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,574 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,575 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,576 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,577 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,578 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,579 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,580 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,581 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,582 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,583 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,584 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,585 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15204== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,586 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,587 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,588 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,589 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,590 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,591 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,592 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,593 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,594 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,595 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,596 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,597 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,598 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15204== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,599 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,600 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,601 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,602 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,603 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15204== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,604 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15204== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,605 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15204== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,606 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15204== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,607 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15204== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,608 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15204== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,609 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,610 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,611 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,612 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,613 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,614 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,615 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,616 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,617 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,618 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,619 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,620 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15204== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,621 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15204== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,622 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15204== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,623 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15204== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,624 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15204== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,625 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15204== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,626 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,627 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,628 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,629 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,630 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,631 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,632 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,633 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,634 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15204== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,635 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15204== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,636 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15204== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,637 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15204== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,638 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15204== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,639 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15204== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,640 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,641 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,642 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,643 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,644 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,645 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,646 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15204== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,647 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15204== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,648 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15204== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,649 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15204== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,650 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15204== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,651 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15204== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,652 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,653 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,654 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,655 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,656 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,657 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,658 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,659 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,660 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,661 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,662 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,663 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,664 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,665 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,666 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,667 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,668 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,669 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,670 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,671 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,672 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,673 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,674 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,675 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,676 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,677 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,678 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,679 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,680 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,681 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,682 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,683 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,684 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,685 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,686 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,687 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,688 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,689 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,690 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,691 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,692 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,693 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,694 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,695 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,696 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,697 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15204== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,698 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15204== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,699 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15204== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,700 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15204== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,701 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,702 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,703 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,704 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,705 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,706 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,707 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,708 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,709 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,710 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,711 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,712 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,713 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,714 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,715 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15204== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,716 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15204== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,717 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15204== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,718 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,719 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,720 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,721 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,722 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,723 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,724 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15204== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,725 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15204== by 0x546804A: lj_buf_more2 (lj_buf.c:46)
==15204== by 0x546BA1E: lj_buf_more (lj_buf.h:64)
==15204== by 0x546BA1E: lj_meta_cat (lj_meta.c:287)
==15204== by 0x5461C5B: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_more2
fun:lj_buf_more
fun:lj_meta_cat
fun:lj_BC_CAT
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,726 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,727 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15204== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,728 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,729 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,730 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468F59: newtab (lj_tab.c:124)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 32 bytes in 1 blocks are definitely lost in loss record 2,731 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15204== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 33 bytes in 1 blocks are definitely lost in loss record 2,734 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 33 bytes in 1 blocks are definitely lost in loss record 2,735 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 33 bytes in 1 blocks are definitely lost in loss record 2,736 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 33 bytes in 1 blocks are definitely lost in loss record 2,737 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15204== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 33 bytes in 1 blocks are definitely lost in loss record 2,738 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 33 bytes in 1 blocks are definitely lost in loss record 2,739 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 33 bytes in 1 blocks are definitely lost in loss record 2,740 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 33 bytes in 1 blocks are definitely lost in loss record 2,741 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15204== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 34 bytes in 1 blocks are definitely lost in loss record 2,744 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x546E399: cpluaopen (lj_state.c:154)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x546E64F: lua_newstate (lj_state.c:222)
==15204== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15204== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15204== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 34 bytes in 1 blocks are definitely lost in loss record 2,745 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 34 bytes in 1 blocks are definitely lost in loss record 2,746 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x546E399: cpluaopen (lj_state.c:154)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x546E64F: lua_newstate (lj_state.c:222)
==15204== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15204== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15204== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 34 bytes in 1 blocks are definitely lost in loss record 2,747 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 36 bytes in 1 blocks are definitely lost in loss record 2,762 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 36 bytes in 1 blocks are definitely lost in loss record 2,763 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 36 bytes in 2 blocks are definitely lost in loss record 2,764 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15204== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15204== by 0x547E302: parse_args (lj_parse.c:1902)
==15204== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15204== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15204== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15204== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547F25B: parse_local (lj_parse.c:2261)
==15204== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15204== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 36 bytes in 2 blocks are definitely lost in loss record 2,765 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15204== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15204== by 0x547E302: parse_args (lj_parse.c:1902)
==15204== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15204== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15204== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15204== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547F25B: parse_local (lj_parse.c:2261)
==15204== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15204== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 37 bytes in 1 blocks are definitely lost in loss record 2,766 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 37 bytes in 1 blocks are definitely lost in loss record 2,767 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 37 bytes in 1 blocks are definitely lost in loss record 2,768 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 37 bytes in 1 blocks are definitely lost in loss record 2,769 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 37 bytes in 1 blocks are definitely lost in loss record 2,770 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 37 bytes in 1 blocks are definitely lost in loss record 2,771 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 38 bytes in 1 blocks are definitely lost in loss record 2,774 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 38 bytes in 1 blocks are definitely lost in loss record 2,775 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 38 bytes in 1 blocks are definitely lost in loss record 2,776 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 38 bytes in 1 blocks are definitely lost in loss record 2,777 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 39 bytes in 1 blocks are definitely lost in loss record 2,780 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 39 bytes in 1 blocks are definitely lost in loss record 2,781 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 39 bytes in 1 blocks are definitely lost in loss record 2,782 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 39 bytes in 1 blocks are definitely lost in loss record 2,783 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 39 bytes in 1 blocks are definitely lost in loss record 2,784 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 39 bytes in 1 blocks are definitely lost in loss record 2,785 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 1 blocks are definitely lost in loss record 2,857 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15204== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15204== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15204== by 0x54C4992: luaopen_io (lib_io.c:534)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 1 blocks are definitely lost in loss record 2,858 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15204== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15204== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15204== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 1 blocks are definitely lost in loss record 2,859 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15204== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15204== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15204== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 1 blocks are definitely lost in loss record 2,860 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 1 blocks are definitely lost in loss record 2,861 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 1 blocks are definitely lost in loss record 2,862 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15204== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 1 blocks are definitely lost in loss record 2,863 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15204== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15204== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15204== by 0x54C4992: luaopen_io (lib_io.c:534)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 1 blocks are definitely lost in loss record 2,864 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15204== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15204== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15204== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 1 blocks are definitely lost in loss record 2,865 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15204== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15204== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15204== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 1 blocks are definitely lost in loss record 2,866 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 1 blocks are definitely lost in loss record 2,867 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 1 blocks are definitely lost in loss record 2,868 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15204== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 2 blocks are definitely lost in loss record 2,869 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15204== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15204== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 2 blocks are definitely lost in loss record 2,870 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 2 blocks are definitely lost in loss record 2,871 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15204== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15204== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 40 bytes in 2 blocks are definitely lost in loss record 2,872 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 41 bytes in 1 blocks are definitely lost in loss record 2,873 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 41 bytes in 1 blocks are definitely lost in loss record 2,874 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 41 bytes in 1 blocks are definitely lost in loss record 2,875 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 41 bytes in 1 blocks are definitely lost in loss record 2,876 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 42 bytes in 1 blocks are definitely lost in loss record 2,877 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 42 bytes in 1 blocks are definitely lost in loss record 2,878 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 43 bytes in 1 blocks are definitely lost in loss record 2,887 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 43 bytes in 1 blocks are definitely lost in loss record 2,888 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 43 bytes in 2 blocks are definitely lost in loss record 2,889 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 43 bytes in 2 blocks are definitely lost in loss record 2,890 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 44 bytes in 1 blocks are definitely lost in loss record 2,895 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 44 bytes in 1 blocks are definitely lost in loss record 2,896 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15204== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 47 bytes in 2 blocks are definitely lost in loss record 2,905 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15204== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 47 bytes in 2 blocks are definitely lost in loss record 2,906 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15204== by 0x54C6353: luaopen_package (lib_package.c:619)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 47 bytes in 2 blocks are definitely lost in loss record 2,907 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15204== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 47 bytes in 2 blocks are definitely lost in loss record 2,908 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15204== by 0x54C6353: luaopen_package (lib_package.c:619)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,015 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15204== by 0x54C0103: luaopen_base (lib_base.c:706)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,016 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15204== by 0x54C619B: luaopen_package (lib_package.c:592)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,017 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x54C279E: luaopen_string (lib_string.c:740)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,018 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,019 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,020 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,021 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15204== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,022 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15204== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,023 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,024 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,025 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15204== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,026 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15204== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,027 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,028 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,029 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,030 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,031 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,032 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,033 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15204== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,034 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15204== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,035 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,036 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15204== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,037 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468EB7: newtab (lj_tab.c:109)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15204== by 0x547D619: expr_simple (lj_parse.c:2004)
==15204== by 0x547D619: expr_unop (lj_parse.c:2077)
==15204== by 0x547D619: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547F25B: parse_local (lj_parse.c:2261)
==15204== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547EE83: parse_func (lj_parse.c:2286)
==15204== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15204== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,038 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15204== by 0x54C0103: luaopen_base (lib_base.c:706)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,039 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15204== by 0x54C619B: luaopen_package (lib_package.c:592)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,040 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x54C279E: luaopen_string (lib_string.c:740)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,041 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,042 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,043 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15204== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15204== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,044 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15204== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,045 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15204== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,046 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,047 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15204== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,048 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15204== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,049 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15204== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,050 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,051 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,052 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,053 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,054 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,055 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,056 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15204== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,057 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15204== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,058 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,059 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15204== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 48 bytes in 1 blocks are definitely lost in loss record 3,060 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468EB7: newtab (lj_tab.c:109)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15204== by 0x547D619: expr_simple (lj_parse.c:2004)
==15204== by 0x547D619: expr_unop (lj_parse.c:2077)
==15204== by 0x547D619: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547F25B: parse_local (lj_parse.c:2261)
==15204== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547EE83: parse_func (lj_parse.c:2286)
==15204== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15204== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 49 bytes in 1 blocks are definitely lost in loss record 3,063 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15204== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15204== by 0x547E302: parse_args (lj_parse.c:1902)
==15204== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15204== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15204== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15204== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547F172: parse_local (lj_parse.c:2248)
==15204== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 49 bytes in 1 blocks are definitely lost in loss record 3,064 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15204== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15204== by 0x547E302: parse_args (lj_parse.c:1902)
==15204== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15204== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15204== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15204== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547F172: parse_local (lj_parse.c:2248)
==15204== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 60 bytes in 2 blocks are definitely lost in loss record 3,104 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 60 bytes in 2 blocks are definitely lost in loss record 3,105 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15204== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 62 bytes in 3 blocks are definitely lost in loss record 3,108 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15204== by 0x547DB92: expr_table (lj_parse.c:1762)
==15204== by 0x547D619: expr_simple (lj_parse.c:2004)
==15204== by 0x547D619: expr_unop (lj_parse.c:2077)
==15204== by 0x547D619: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547F25B: parse_local (lj_parse.c:2261)
==15204== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547EE83: parse_func (lj_parse.c:2286)
==15204== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15204== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 62 bytes in 3 blocks are definitely lost in loss record 3,109 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15204== by 0x5479986: lex_string (lj_lex.c:280)
==15204== by 0x5479986: lex_scan (lj_lex.c:364)
==15204== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15204== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15204== by 0x547DB92: expr_table (lj_parse.c:1762)
==15204== by 0x547D619: expr_simple (lj_parse.c:2004)
==15204== by 0x547D619: expr_unop (lj_parse.c:2077)
==15204== by 0x547D619: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547F25B: parse_local (lj_parse.c:2261)
==15204== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547EE83: parse_func (lj_parse.c:2286)
==15204== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15204== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 64 bytes in 1 blocks are definitely lost in loss record 3,190 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15204== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15204== by 0x54C073D: luaopen_math (lib_math.c:221)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 64 bytes in 1 blocks are definitely lost in loss record 3,191 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15204== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15204== by 0x54C073D: luaopen_math (lib_math.c:221)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 64 bytes in 2 blocks are definitely lost in loss record 3,192 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15204== by 0x54C6353: luaopen_package (lib_package.c:619)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 64 bytes in 2 blocks are definitely lost in loss record 3,193 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 64 bytes in 2 blocks are definitely lost in loss record 3,194 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 64 bytes in 2 blocks are definitely lost in loss record 3,195 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15204== by 0x54C6353: luaopen_package (lib_package.c:619)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 64 bytes in 2 blocks are definitely lost in loss record 3,196 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 64 bytes in 2 blocks are definitely lost in loss record 3,197 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 67 bytes in 3 blocks are definitely lost in loss record 3,200 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 67 bytes in 3 blocks are definitely lost in loss record 3,201 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 72 bytes in 1 blocks are definitely lost in loss record 3,229 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468EB7: newtab (lj_tab.c:109)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3,230 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15204== by 0x54B7C74: clib_new (lj_clib.c:398)
==15204== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15204== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 72 bytes in 1 blocks are definitely lost in loss record 3,231 of 4,020
==15204== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15204== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15204== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15204== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15204== by 0x547DE88: expr_table (lj_parse.c:1746)
==15204== by 0x547D619: expr_simple (lj_parse.c:2004)
==15204== by 0x547D619: expr_unop (lj_parse.c:2077)
==15204== by 0x547D619: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547F25B: parse_local (lj_parse.c:2261)
==15204== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547EE83: parse_func (lj_parse.c:2286)
==15204== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15204== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 72 bytes in 1 blocks are definitely lost in loss record 3,232 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x5468EB7: newtab (lj_tab.c:109)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3,233 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15204== by 0x54B7C74: clib_new (lj_clib.c:398)
==15204== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15204== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 72 bytes in 1 blocks are definitely lost in loss record 3,234 of 4,020
==15204== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15204== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15204== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15204== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15204== by 0x547DE88: expr_table (lj_parse.c:1746)
==15204== by 0x547D619: expr_simple (lj_parse.c:2004)
==15204== by 0x547D619: expr_unop (lj_parse.c:2077)
==15204== by 0x547D619: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547F25B: parse_local (lj_parse.c:2261)
==15204== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547EE83: parse_func (lj_parse.c:2286)
==15204== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15204== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 80 bytes in 1 blocks are definitely lost in loss record 3,276 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15204== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15204== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C278F: luaopen_string (lib_string.c:739)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 80 bytes in 1 blocks are definitely lost in loss record 3,277 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15204== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15204== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C278F: luaopen_string (lib_string.c:739)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 88 bytes in 4 blocks are definitely lost in loss record 3,285 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C4976: luaopen_io (lib_io.c:533)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 88 bytes in 4 blocks are definitely lost in loss record 3,286 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C4976: luaopen_io (lib_io.c:533)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 91 bytes in 4 blocks are definitely lost in loss record 3,287 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15204== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 91 bytes in 4 blocks are definitely lost in loss record 3,288 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15204== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 1 blocks are definitely lost in loss record 3,341 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 1 blocks are definitely lost in loss record 3,342 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15204== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 1 blocks are definitely lost in loss record 3,343 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 1 blocks are definitely lost in loss record 3,344 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 1 blocks are definitely lost in loss record 3,345 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 1 blocks are definitely lost in loss record 3,346 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 1 blocks are definitely lost in loss record 3,347 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 1 blocks are definitely lost in loss record 3,348 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15204== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 1 blocks are definitely lost in loss record 3,349 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15204== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 1 blocks are definitely lost in loss record 3,350 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15204== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 1 blocks are definitely lost in loss record 3,351 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 1 blocks are definitely lost in loss record 3,352 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 3 blocks are definitely lost in loss record 3,353 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15204== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 3 blocks are definitely lost in loss record 3,354 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 3 blocks are definitely lost in loss record 3,355 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15204== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 96 bytes in 3 blocks are definitely lost in loss record 3,356 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 100 bytes in 5 blocks are definitely lost in loss record 3,357 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15204== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15204== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 100 bytes in 5 blocks are definitely lost in loss record 3,358 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15204== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15204== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 108 bytes in 5 blocks are definitely lost in loss record 3,361 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 108 bytes in 5 blocks are definitely lost in loss record 3,362 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 114 bytes in 5 blocks are definitely lost in loss record 3,382 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 114 bytes in 5 blocks are definitely lost in loss record 3,383 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 119 bytes in 1 blocks are definitely lost in loss record 3,384 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5475745: lua_pushstring (lj_api.c:652)
==15204== by 0x54C607A: setpath (lib_package.c:555)
==15204== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 119 bytes in 1 blocks are definitely lost in loss record 3,385 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5475745: lua_pushstring (lj_api.c:652)
==15204== by 0x54C607A: setpath (lib_package.c:555)
==15204== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 120 bytes in 5 blocks are definitely lost in loss record 3,401 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546AB0F: func_finduv (lj_func.c:52)
==15204== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15204== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 120 bytes in 5 blocks are definitely lost in loss record 3,402 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546AB0F: func_finduv (lj_func.c:52)
==15204== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15204== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 125 bytes in 6 blocks are definitely lost in loss record 3,406 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5475745: lua_pushstring (lj_api.c:652)
==15204== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 125 bytes in 6 blocks are definitely lost in loss record 3,407 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5475745: lua_pushstring (lj_api.c:652)
==15204== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 126 bytes in 1 blocks are definitely lost in loss record 3,408 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15204== by 0x547C960: parse_body (lj_parse.c:1855)
==15204== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15204== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15204== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547EF73: parse_return (lj_parse.c:2316)
==15204== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15204== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15204== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15204== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15204== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15204== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15204== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 126 bytes in 1 blocks are definitely lost in loss record 3,409 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15204== by 0x547C960: parse_body (lj_parse.c:1855)
==15204== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15204== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15204== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547EF73: parse_return (lj_parse.c:2316)
==15204== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15204== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15204== by 0x547C930: parse_body (lj_parse.c:1853)
==15204== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15204== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15204== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15204== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15204== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15204== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 128 bytes in 4 blocks are definitely lost in loss record 3,456 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15204== by 0x54C6212: luaopen_package (lib_package.c:599)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 128 bytes in 4 blocks are definitely lost in loss record 3,457 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 128 bytes in 4 blocks are definitely lost in loss record 3,458 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15204== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15204== by 0x54C6212: luaopen_package (lib_package.c:599)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 128 bytes in 4 blocks are definitely lost in loss record 3,459 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 130 bytes in 1 blocks are definitely lost in loss record 3,460 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15204== by 0x547C960: parse_body (lj_parse.c:1855)
==15204== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15204== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15204== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15204== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15204== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15204== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 130 bytes in 1 blocks are definitely lost in loss record 3,461 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15204== by 0x547C960: parse_body (lj_parse.c:1855)
==15204== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15204== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15204== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15204== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15204== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15204== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 157 bytes in 6 blocks are definitely lost in loss record 3,482 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 157 bytes in 6 blocks are definitely lost in loss record 3,483 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 160 bytes in 5 blocks are definitely lost in loss record 3,499 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 160 bytes in 5 blocks are definitely lost in loss record 3,500 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 172 bytes in 5 blocks are definitely lost in loss record 3,510 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15204== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 172 bytes in 5 blocks are definitely lost in loss record 3,511 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A70B: func_newL (lj_func.c:122)
==15204== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15204== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 174 bytes in 8 blocks are definitely lost in loss record 3,512 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C278F: luaopen_string (lib_string.c:739)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 174 bytes in 8 blocks are definitely lost in loss record 3,513 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C278F: luaopen_string (lib_string.c:739)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 176 bytes in 2 blocks are definitely lost in loss record 3,524 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15204== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15204== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 176 bytes in 2 blocks are definitely lost in loss record 3,525 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15204== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15204== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 186 bytes in 8 blocks are definitely lost in loss record 3,536 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C528D: luaopen_os (lib_os.c:289)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 186 bytes in 8 blocks are definitely lost in loss record 3,537 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C528D: luaopen_os (lib_os.c:289)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 1 blocks are definitely lost in loss record 3,543 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15204== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 1 blocks are definitely lost in loss record 3,544 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15204== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 1 blocks are definitely lost in loss record 3,545 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 1 blocks are definitely lost in loss record 3,546 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 1 blocks are definitely lost in loss record 3,547 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 1 blocks are definitely lost in loss record 3,548 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 1 blocks are definitely lost in loss record 3,549 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 1 blocks are definitely lost in loss record 3,550 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15204== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 1 blocks are definitely lost in loss record 3,551 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15204== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 1 blocks are definitely lost in loss record 3,552 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15204== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 1 blocks are definitely lost in loss record 3,553 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 1 blocks are definitely lost in loss record 3,554 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 1 blocks are definitely lost in loss record 3,555 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15204== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 1 blocks are definitely lost in loss record 3,556 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15204== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 6 blocks are definitely lost in loss record 3,557 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 192 bytes in 6 blocks are definitely lost in loss record 3,558 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 200 bytes in 1 blocks are definitely lost in loss record 3,559 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15204== by 0x547F857: lj_parse (lj_parse.c:2721)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15204== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 200 bytes in 1 blocks are definitely lost in loss record 3,560 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15204== by 0x547F857: lj_parse (lj_parse.c:2721)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15204== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 200 bytes in 5 blocks are definitely lost in loss record 3,561 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15204== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15204== by 0x54C38CD: io_file_new (lib_io.c:73)
==15204== by 0x54C3BCF: lj_cf_io_popen (lib_io.c:413)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15204== by 0x518AA7: ngx_http_lua_init_worker_by_inline (ngx_http_lua_initworkerby.c:345)
==15204== by 0x518A26: ngx_http_lua_init_worker (ngx_http_lua_initworkerby.c:318)
==15204== by 0x44CF40: ngx_single_process_cycle (ngx_process_cycle.c:309)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_file_new
fun:lj_cf_io_popen
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_worker_by_inline
fun:ngx_http_lua_init_worker
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 212 bytes in 1 blocks are definitely lost in loss record 3,564 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15204== by 0x547C960: parse_body (lj_parse.c:1855)
==15204== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15204== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15204== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15204== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15204== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15204== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F688: parse_block (lj_parse.c:2402)
==15204== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15204== by 0x547F049: parse_for (lj_parse.c:2577)
==15204== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15204== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 212 bytes in 1 blocks are definitely lost in loss record 3,565 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15204== by 0x547C960: parse_body (lj_parse.c:1855)
==15204== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15204== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15204== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15204== by 0x547D9A5: expr (lj_parse.c:2109)
==15204== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15204== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15204== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15204== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15204== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F688: parse_block (lj_parse.c:2402)
==15204== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15204== by 0x547F049: parse_for (lj_parse.c:2577)
==15204== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15204== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 216 bytes in 10 blocks are definitely lost in loss record 3,566 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 216 bytes in 10 blocks are definitely lost in loss record 3,567 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 218 bytes in 1 blocks are definitely lost in loss record 3,568 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5475745: lua_pushstring (lj_api.c:652)
==15204== by 0x54C607A: setpath (lib_package.c:555)
==15204== by 0x54C6293: luaopen_package (lib_package.c:610)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 218 bytes in 1 blocks are definitely lost in loss record 3,569 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5475745: lua_pushstring (lj_api.c:652)
==15204== by 0x54C607A: setpath (lib_package.c:555)
==15204== by 0x54C6293: luaopen_package (lib_package.c:610)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,570 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15204== by 0x547F857: lj_parse (lj_parse.c:2721)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,571 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15204== by 0x547F857: lj_parse (lj_parse.c:2721)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 229 bytes in 10 blocks are definitely lost in loss record 3,580 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15204== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 229 bytes in 10 blocks are definitely lost in loss record 3,581 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15204== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 245 bytes in 11 blocks are definitely lost in loss record 3,582 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 245 bytes in 11 blocks are definitely lost in loss record 3,583 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 288 bytes in 9 blocks are definitely lost in loss record 3,614 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 288 bytes in 9 blocks are definitely lost in loss record 3,615 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 310 bytes in 1 blocks are definitely lost in loss record 3,626 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15204== by 0x547C960: parse_body (lj_parse.c:1855)
==15204== by 0x547F172: parse_local (lj_parse.c:2248)
==15204== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 310 bytes in 1 blocks are definitely lost in loss record 3,627 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15204== by 0x547C960: parse_body (lj_parse.c:1855)
==15204== by 0x547F172: parse_local (lj_parse.c:2248)
==15204== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15204== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 352 bytes in 11 blocks are definitely lost in loss record 3,648 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C4976: luaopen_io (lib_io.c:533)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 352 bytes in 11 blocks are definitely lost in loss record 3,649 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C528D: luaopen_os (lib_os.c:289)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 352 bytes in 11 blocks are definitely lost in loss record 3,650 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C4976: luaopen_io (lib_io.c:533)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 352 bytes in 11 blocks are definitely lost in loss record 3,651 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C528D: luaopen_os (lib_os.c:289)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 360 bytes in 15 blocks are definitely lost in loss record 3,655 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546AB0F: func_finduv (lj_func.c:52)
==15204== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15204== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 360 bytes in 15 blocks are definitely lost in loss record 3,656 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x546AB0F: func_finduv (lj_func.c:52)
==15204== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15204== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15204== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 363 bytes in 1 blocks are definitely lost in loss record 3,657 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15204== by 0x547C960: parse_body (lj_parse.c:1855)
==15204== by 0x547EE83: parse_func (lj_parse.c:2286)
==15204== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15204== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 363 bytes in 1 blocks are definitely lost in loss record 3,658 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15204== by 0x547C960: parse_body (lj_parse.c:1855)
==15204== by 0x547EE83: parse_func (lj_parse.c:2286)
==15204== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15204== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15204== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15204== by 0x548153A: cpparser (lj_load.c:41)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x548165A: lua_loadx (lj_load.c:58)
==15204== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15204== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15204== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 382 bytes in 18 blocks are definitely lost in loss record 3,663 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 382 bytes in 18 blocks are definitely lost in loss record 3,664 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,676 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15204== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,677 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5469CC4: newhpart (lj_tab.c:66)
==15204== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15204== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15204== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15204== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15204== by 0x5476F58: lua_setfield (lj_api.c:972)
==15204== by 0x54C6335: luaopen_package (lib_package.c:617)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,678 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,679 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,680 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C4976: luaopen_io (lib_io.c:533)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,681 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C528D: luaopen_os (lib_os.c:289)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,682 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C278F: luaopen_string (lib_string.c:739)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,683 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,684 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,685 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,686 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5469CC4: newhpart (lj_tab.c:66)
==15204== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15204== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15204== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15204== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15204== by 0x5476F58: lua_setfield (lj_api.c:972)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,687 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15204== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,688 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,689 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,690 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15204== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,691 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5469CC4: newhpart (lj_tab.c:66)
==15204== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15204== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15204== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15204== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15204== by 0x5476F58: lua_setfield (lj_api.c:972)
==15204== by 0x54C6335: luaopen_package (lib_package.c:617)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,692 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,693 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,694 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C4976: luaopen_io (lib_io.c:533)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,695 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C528D: luaopen_os (lib_os.c:289)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,696 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C278F: luaopen_string (lib_string.c:739)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,697 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,698 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,699 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,700 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5469CC4: newhpart (lj_tab.c:66)
==15204== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15204== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15204== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15204== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15204== by 0x5476F58: lua_setfield (lj_api.c:972)
==15204== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15204== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,701 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15204== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,702 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 1 blocks are definitely lost in loss record 3,703 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15204== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 12 blocks are definitely lost in loss record 3,704 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 384 bytes in 12 blocks are definitely lost in loss record 3,705 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 416 bytes in 13 blocks are definitely lost in loss record 3,709 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C278F: luaopen_string (lib_string.c:739)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 416 bytes in 13 blocks are definitely lost in loss record 3,710 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C278F: luaopen_string (lib_string.c:739)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 438 bytes in 19 blocks are definitely lost in loss record 3,715 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15204== by 0x546E387: cpluaopen (lj_state.c:152)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x546E64F: lua_newstate (lj_state.c:222)
==15204== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15204== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15204== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 438 bytes in 19 blocks are definitely lost in loss record 3,716 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15204== by 0x546E387: cpluaopen (lj_state.c:152)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x546E64F: lua_newstate (lj_state.c:222)
==15204== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15204== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15204== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 442 bytes in 21 blocks are definitely lost in loss record 3,717 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15204== by 0x546E38F: cpluaopen (lj_state.c:153)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x546E64F: lua_newstate (lj_state.c:222)
==15204== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15204== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15204== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 442 bytes in 21 blocks are definitely lost in loss record 3,718 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15204== by 0x546E38F: cpluaopen (lj_state.c:153)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x546E64F: lua_newstate (lj_state.c:222)
==15204== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15204== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15204== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 462 bytes in 19 blocks are definitely lost in loss record 3,727 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 462 bytes in 19 blocks are definitely lost in loss record 3,728 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15204== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 512 bytes in 16 blocks are definitely lost in loss record 3,780 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 512 bytes in 16 blocks are definitely lost in loss record 3,781 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 544 bytes in 17 blocks are definitely lost in loss record 3,793 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 544 bytes in 17 blocks are definitely lost in loss record 3,794 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 576 bytes in 18 blocks are definitely lost in loss record 3,806 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 576 bytes in 18 blocks are definitely lost in loss record 3,807 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 760 bytes in 5 blocks are definitely lost in loss record 3,852 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15204== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15204== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 760 bytes in 5 blocks are definitely lost in loss record 3,853 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15204== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15204== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15204== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 768 bytes in 1 blocks are definitely lost in loss record 3,856 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 768 bytes in 1 blocks are definitely lost in loss record 3,857 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15204== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 768 bytes in 1 blocks are definitely lost in loss record 3,858 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15204== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 768 bytes in 1 blocks are definitely lost in loss record 3,859 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 768 bytes in 1 blocks are definitely lost in loss record 3,860 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5469CC4: newhpart (lj_tab.c:66)
==15204== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15204== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15204== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15204== by 0x547710F: lua_rawset (lj_api.c:991)
==15204== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 768 bytes in 1 blocks are definitely lost in loss record 3,861 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 768 bytes in 1 blocks are definitely lost in loss record 3,862 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 768 bytes in 1 blocks are definitely lost in loss record 3,863 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15204== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15204== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 768 bytes in 1 blocks are definitely lost in loss record 3,864 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15204== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 768 bytes in 1 blocks are definitely lost in loss record 3,865 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15204== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15204== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 768 bytes in 1 blocks are definitely lost in loss record 3,866 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15204== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 768 bytes in 1 blocks are definitely lost in loss record 3,867 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5469CC4: newhpart (lj_tab.c:66)
==15204== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15204== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15204== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15204== by 0x547710F: lua_rawset (lj_api.c:991)
==15204== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15204== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 768 bytes in 1 blocks are definitely lost in loss record 3,868 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 768 bytes in 1 blocks are definitely lost in loss record 3,869 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15204== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15204== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 848 bytes in 26 blocks are definitely lost in loss record 3,886 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 848 bytes in 26 blocks are definitely lost in loss record 3,887 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C0761: luaopen_math (lib_math.c:223)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 1,000 bytes in 27 blocks are definitely lost in loss record 3,907 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 1,000 bytes in 27 blocks are definitely lost in loss record 3,908 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15204== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15204== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15204== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15204== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15204== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15204== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 1,446 bytes in 59 blocks are definitely lost in loss record 3,944 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15204== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 1,446 bytes in 59 blocks are definitely lost in loss record 3,945 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468C42: lj_str_new (lj_str.c:220)
==15204== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15204== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 1,536 bytes in 1 blocks are definitely lost in loss record 3,951 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x546E332: cpluaopen (lj_state.c:149)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x546E64F: lua_newstate (lj_state.c:222)
==15204== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15204== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15204== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 1,536 bytes in 1 blocks are definitely lost in loss record 3,952 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x546E332: cpluaopen (lj_state.c:149)
==15204== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15204== by 0x546E64F: lua_newstate (lj_state.c:222)
==15204== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15204== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15204== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,980 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15204== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,981 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15204== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15204== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 3,072 bytes in 1 blocks are definitely lost in loss record 3,988 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x422D15: main (nginx.c:294)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 3,072 bytes in 1 blocks are definitely lost in loss record 3,989 of 4,020
==15204== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15204== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x5468F18: newhpart (lj_tab.c:66)
==15204== by 0x5468F18: newtab (lj_tab.c:145)
==15204== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15204== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15204== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15204== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15204== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15204== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15204== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15204== by 0x459663: ngx_http_block (ngx_http.c:312)
==15204== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15204== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15204== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15204== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* ==15204== 4,096 bytes in 1 blocks are definitely lost in loss record 3,999 of 4,020
==15204== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15204== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15204== by 0x54680B4: lj_buf_shrink (lj_buf.c:56)
==15204== by 0x54663B8: atomic (lj_gc.c:597)
==15204== by 0x54663B8: gc_onestep (lj_gc.c:622)
==15204== by 0x546698F: lj_gc_fullgc (lj_gc.c:748)
==15204== by 0x5477F14: lua_gc (lj_api.c:1244)
==15204== by 0x5034D8: ngx_http_lua_report (ngx_http_lua_util.c:4086)
==15204== by 0x518ABF: ngx_http_lua_init_worker_by_inline (ngx_http_lua_initworkerby.c:347)
==15204== by 0x518A26: ngx_http_lua_init_worker (ngx_http_lua_initworkerby.c:318)
==15204== by 0x44CF40: ngx_single_process_cycle (ngx_process_cycle.c:309)
==15204== by 0x422F5B: main (nginx.c:382)
==15204==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_buf_shrink
fun:atomic
fun:gc_onestep
fun:lj_gc_fullgc
fun:lua_gc
fun:ngx_http_lua_report
fun:ngx_http_lua_init_worker_by_inline
fun:ngx_http_lua_init_worker
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 1: lua_sa_restart default - sets SA_RESTART in init_worker_by_lua* - status code ok got: ''
expected: '200'
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== Invalid read of size 8
==15215== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15215== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15215== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15215== by 0x422F5B: main (nginx.c:382)
==15215== Address 0x30 is not stack'd, malloc'd or (recently) free'd
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_poll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215==
==15215== Process terminating with default action of signal 11 (SIGSEGV)
==15215== Access not within mapped region at address 0x30
==15215== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15215== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15215== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15215== by 0x422F5B: main (nginx.c:382)
==15215== If you believe this happened as a result of a stack
==15215== overflow in your program's main thread (unlikely but
==15215== possible), you can try to increase the size of the
==15215== main thread stack using the --main-stacksize= flag.
==15215== The main thread stack size used in this run was 8388608.
==15215== 18 bytes in 1 blocks are definitely lost in loss record 1,025 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15215== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 18 bytes in 1 blocks are definitely lost in loss record 1,026 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15215== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 19 bytes in 1 blocks are definitely lost in loss record 1,031 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 19 bytes in 1 blocks are definitely lost in loss record 1,032 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 19 bytes in 1 blocks are definitely lost in loss record 1,033 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 19 bytes in 1 blocks are definitely lost in loss record 1,034 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 19 bytes in 1 blocks are definitely lost in loss record 1,035 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15215== by 0x547E594: expr_primary (lj_parse.c:1961)
==15215== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15215== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15215== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9CA: expr (lj_parse.c:2109)
==15215== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15215== by 0x547E302: parse_args (lj_parse.c:1902)
==15215== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15215== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15215== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15215== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547F25B: parse_local (lj_parse.c:2261)
==15215== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F688: parse_block (lj_parse.c:2402)
==15215== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15215== by 0x547F049: parse_for (lj_parse.c:2577)
==15215== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15215== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547EE83: parse_func (lj_parse.c:2286)
==15215== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15215== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 19 bytes in 1 blocks are definitely lost in loss record 1,036 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 19 bytes in 1 blocks are definitely lost in loss record 1,037 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 19 bytes in 1 blocks are definitely lost in loss record 1,038 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 19 bytes in 1 blocks are definitely lost in loss record 1,039 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 19 bytes in 1 blocks are definitely lost in loss record 1,040 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15215== by 0x547E594: expr_primary (lj_parse.c:1961)
==15215== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15215== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15215== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9CA: expr (lj_parse.c:2109)
==15215== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15215== by 0x547E302: parse_args (lj_parse.c:1902)
==15215== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15215== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15215== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15215== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547F25B: parse_local (lj_parse.c:2261)
==15215== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F688: parse_block (lj_parse.c:2402)
==15215== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15215== by 0x547F049: parse_for (lj_parse.c:2577)
==15215== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15215== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547EE83: parse_func (lj_parse.c:2286)
==15215== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15215== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,049 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15215== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C278F: luaopen_string (lib_string.c:739)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,050 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15215== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15215== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C278F: luaopen_string (lib_string.c:739)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,051 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15215== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,052 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15215== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,053 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15215== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,054 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,055 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,056 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15215== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15215== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,057 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15215== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,058 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,059 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,060 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,061 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,062 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15215== by 0x5481548: cpparser (lj_load.c:42)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15215== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,063 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15215== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,064 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,065 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x547983F: lex_scan (lj_lex.c:301)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15215== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15215== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15215== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,066 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15215== by 0x5481548: cpparser (lj_load.c:42)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,067 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,068 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,069 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,070 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15215== by 0x547D619: expr_simple (lj_parse.c:2004)
==15215== by 0x547D619: expr_unop (lj_parse.c:2077)
==15215== by 0x547D619: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547F25B: parse_local (lj_parse.c:2261)
==15215== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547EE83: parse_func (lj_parse.c:2286)
==15215== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15215== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,071 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15215== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15215== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,072 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15215== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C278F: luaopen_string (lib_string.c:739)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,073 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15215== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15215== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C278F: luaopen_string (lib_string.c:739)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,074 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15215== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,075 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15215== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,076 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15215== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,077 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,078 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,079 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15215== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15215== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,080 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15215== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,081 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,082 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,083 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,084 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,085 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15215== by 0x5481548: cpparser (lj_load.c:42)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15215== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,086 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15215== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,087 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,088 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x547983F: lex_scan (lj_lex.c:301)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15215== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15215== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15215== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,089 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15215== by 0x5481548: cpparser (lj_load.c:42)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,090 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,091 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,092 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,093 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15215== by 0x547D619: expr_simple (lj_parse.c:2004)
==15215== by 0x547D619: expr_unop (lj_parse.c:2077)
==15215== by 0x547D619: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547F25B: parse_local (lj_parse.c:2261)
==15215== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547EE83: parse_func (lj_parse.c:2286)
==15215== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15215== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 20 bytes in 1 blocks are definitely lost in loss record 1,094 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15215== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15215== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,107 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C6293: luaopen_package (lib_package.c:610)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,108 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15215== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,109 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15215== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,110 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15215== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,111 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15215== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,112 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15215== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,113 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,114 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,115 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15215== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,116 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15215== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,117 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15215== by 0x547D108: expr_binop (lj_parse.c:2098)
==15215== by 0x547DA01: expr (lj_parse.c:2109)
==15215== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15215== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15215== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15215== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15215== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547F172: parse_local (lj_parse.c:2248)
==15215== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,118 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C6293: luaopen_package (lib_package.c:610)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,119 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15215== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,120 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15215== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,121 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15215== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,122 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15215== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,123 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15215== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,124 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,125 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,126 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15215== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,127 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15215== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 21 bytes in 1 blocks are definitely lost in loss record 1,128 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15215== by 0x547D108: expr_binop (lj_parse.c:2098)
==15215== by 0x547DA01: expr (lj_parse.c:2109)
==15215== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15215== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15215== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15215== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15215== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547F172: parse_local (lj_parse.c:2248)
==15215== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,143 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C4959: luaopen_io (lib_io.c:532)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,144 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15215== by 0x54C4992: luaopen_io (lib_io.c:534)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,145 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,146 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15215== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,147 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15215== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,148 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15215== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,149 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15215== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,150 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,151 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15215== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,152 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15215== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,153 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,154 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,155 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C4959: luaopen_io (lib_io.c:532)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,156 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15215== by 0x54C4992: luaopen_io (lib_io.c:534)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,157 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,158 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15215== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,159 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15215== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,160 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15215== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,161 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15215== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,162 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,163 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15215== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,164 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15215== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,165 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 22 bytes in 1 blocks are definitely lost in loss record 1,166 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,173 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,174 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C6308: luaopen_package (lib_package.c:615)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,175 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15215== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,176 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15215== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,177 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15215== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,178 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15215== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,179 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,180 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,181 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,182 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,183 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,184 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,185 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,186 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C6308: luaopen_package (lib_package.c:615)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,187 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15215== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,188 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15215== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,189 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15215== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,190 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15215== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,191 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,192 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,193 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,194 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,195 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 23 bytes in 1 blocks are definitely lost in loss record 1,196 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,845 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15215== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,846 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C6243: luaopen_package (lib_package.c:606)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,847 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C6335: luaopen_package (lib_package.c:617)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,848 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15215== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,849 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54762EB: lua_getfield (lj_api.c:800)
==15215== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15215== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,850 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,851 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,852 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,853 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,854 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,855 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15215== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,856 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15215== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,857 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x547983F: lex_scan (lj_lex.c:301)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15215== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15215== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15215== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547F25B: parse_local (lj_parse.c:2261)
==15215== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,858 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,859 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,860 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,861 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,862 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15215== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,863 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C6243: luaopen_package (lib_package.c:606)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,864 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54C6335: luaopen_package (lib_package.c:617)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,865 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15215== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,866 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54762EB: lua_getfield (lj_api.c:800)
==15215== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15215== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,867 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,868 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,869 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,870 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,871 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,872 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15215== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,873 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15215== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,874 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x547983F: lex_scan (lj_lex.c:301)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15215== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15215== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15215== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547F25B: parse_local (lj_parse.c:2261)
==15215== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,875 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,876 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,877 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 24 bytes in 1 blocks are definitely lost in loss record 1,878 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,885 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15215== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15215== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15215== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,886 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,887 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,888 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,889 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,890 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,891 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,892 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,893 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,894 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,895 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15215== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15215== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15215== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,896 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,897 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,898 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,899 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,900 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,901 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,902 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,903 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 25 bytes in 1 blocks are definitely lost in loss record 1,904 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,913 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C3414: luaopen_table (lib_table.c:384)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,914 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,915 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,916 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,917 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,918 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,919 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,920 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,921 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,922 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15215== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,923 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,924 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,925 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,926 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15215== by 0x547D108: expr_binop (lj_parse.c:2098)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547E302: parse_args (lj_parse.c:1902)
==15215== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15215== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15215== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15215== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F688: parse_block (lj_parse.c:2402)
==15215== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15215== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15215== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15215== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F688: parse_block (lj_parse.c:2402)
==15215== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15215== by 0x547F049: parse_for (lj_parse.c:2577)
==15215== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15215== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547EE83: parse_func (lj_parse.c:2286)
==15215== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15215== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,927 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C3414: luaopen_table (lib_table.c:384)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,928 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,929 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,930 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,931 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,932 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,933 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,934 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,935 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,936 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15215== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,937 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,938 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,939 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 26 bytes in 1 blocks are definitely lost in loss record 1,940 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15215== by 0x547D108: expr_binop (lj_parse.c:2098)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547E302: parse_args (lj_parse.c:1902)
==15215== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15215== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15215== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15215== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F688: parse_block (lj_parse.c:2402)
==15215== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15215== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15215== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15215== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F688: parse_block (lj_parse.c:2402)
==15215== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15215== by 0x547F049: parse_for (lj_parse.c:2577)
==15215== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15215== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547EE83: parse_func (lj_parse.c:2286)
==15215== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15215== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,945 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15215== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,946 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,947 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,948 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,949 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,950 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,951 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,952 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,953 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,954 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,955 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15215== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,956 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15215== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,957 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15215== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,958 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,959 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,960 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15215== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,961 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,962 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,963 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,964 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,965 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,966 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,967 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,968 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,969 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,970 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15215== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,971 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15215== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,972 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15215== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,973 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 27 bytes in 1 blocks are definitely lost in loss record 1,974 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,981 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C343B: luaopen_table (lib_table.c:385)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,982 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,983 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,984 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,985 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,986 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,987 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,988 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,989 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,990 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,991 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,992 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,993 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15215== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,994 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,995 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,996 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15215== by 0x547DA01: expr (lj_parse.c:2109)
==15215== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15215== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15215== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15215== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15215== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547F172: parse_local (lj_parse.c:2248)
==15215== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,997 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C343B: luaopen_table (lib_table.c:385)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,998 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 1,999 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 2,000 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 2,001 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 2,002 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 2,003 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 2,004 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 2,005 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 2,006 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 2,007 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 2,008 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 2,009 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15215== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 2,010 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 2,011 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 28 bytes in 1 blocks are definitely lost in loss record 2,012 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15215== by 0x547DA01: expr (lj_parse.c:2109)
==15215== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15215== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15215== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15215== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15215== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547F172: parse_local (lj_parse.c:2248)
==15215== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,019 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,020 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,021 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,022 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,023 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,024 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,025 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15215== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,026 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15215== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,027 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,028 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,029 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,030 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,031 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,032 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,033 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,034 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,035 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,036 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15215== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,037 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15215== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,038 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,039 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 29 bytes in 1 blocks are definitely lost in loss record 2,040 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,049 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,050 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C3462: luaopen_table (lib_table.c:386)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,051 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,052 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,053 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,054 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,055 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,056 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,057 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15215== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,058 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15215== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,059 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,060 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,061 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,062 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,063 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,064 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,065 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C3462: luaopen_table (lib_table.c:386)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,066 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,067 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,068 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,069 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,070 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,071 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,072 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15215== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,073 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15215== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,074 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,075 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,076 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,077 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 30 bytes in 1 blocks are definitely lost in loss record 2,078 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 31 bytes in 1 blocks are definitely lost in loss record 2,081 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 31 bytes in 1 blocks are definitely lost in loss record 2,082 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 31 bytes in 1 blocks are definitely lost in loss record 2,083 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 31 bytes in 1 blocks are definitely lost in loss record 2,084 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 31 bytes in 1 blocks are definitely lost in loss record 2,085 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 31 bytes in 1 blocks are definitely lost in loss record 2,086 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 31 bytes in 1 blocks are definitely lost in loss record 2,087 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 31 bytes in 1 blocks are definitely lost in loss record 2,088 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 31 bytes in 1 blocks are definitely lost in loss record 2,089 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 31 bytes in 1 blocks are definitely lost in loss record 2,090 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,311 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x546E332: cpluaopen (lj_state.c:149)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x546E64F: lua_newstate (lj_state.c:222)
==15215== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15215== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15215== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,312 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x546E344: cpluaopen (lj_state.c:150)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x546E64F: lua_newstate (lj_state.c:222)
==15215== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15215== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15215== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,313 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15215== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,314 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15215== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,315 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,316 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15215== by 0x54C619B: luaopen_package (lib_package.c:592)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,317 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15215== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,318 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15215== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15215== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,319 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,320 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C3414: luaopen_table (lib_table.c:384)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,321 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C343B: luaopen_table (lib_table.c:385)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,322 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C3462: luaopen_table (lib_table.c:386)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,323 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C3489: luaopen_table (lib_table.c:387)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,324 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,325 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,326 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,327 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C4976: luaopen_io (lib_io.c:533)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,328 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C528D: luaopen_os (lib_os.c:289)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,329 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C278F: luaopen_string (lib_string.c:739)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,330 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,331 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,332 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,333 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,334 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,335 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,336 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,337 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,338 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,339 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15215== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,340 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15215== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,341 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15215== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,342 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15215== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,343 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15215== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,344 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,345 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,346 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,347 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,348 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,349 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,350 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,351 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15215== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,352 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15215== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,353 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15215== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,354 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15215== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,355 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,356 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,357 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,358 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,359 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,360 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,361 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,362 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,363 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,364 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,365 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,366 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,367 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,368 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,369 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,370 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,371 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,372 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,373 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,374 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,375 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,376 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,377 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,378 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,379 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,380 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,381 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,382 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,383 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,384 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,385 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,386 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,387 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,388 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,389 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,390 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,391 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,392 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,393 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,394 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15215== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,395 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15215== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,396 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15215== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,397 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15215== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,398 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15215== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,399 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,400 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,401 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,402 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,403 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,404 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,405 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,406 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,407 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,408 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,409 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,410 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,411 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15215== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,412 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15215== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,413 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15215== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,414 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15215== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,415 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15215== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,416 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,417 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,418 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,419 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,420 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,421 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,422 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,423 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,424 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,425 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15215== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,426 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15215== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,427 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15215== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,428 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15215== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,429 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15215== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,430 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,431 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,432 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,433 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,434 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,435 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,436 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15215== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,437 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15215== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,438 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15215== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,439 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15215== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,440 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15215== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,441 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15215== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,442 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,443 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,444 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,445 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,446 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,447 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,448 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,449 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,450 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,451 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,452 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,453 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,454 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,455 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,456 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,457 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,458 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,459 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,460 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,461 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,462 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,463 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,464 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,465 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,466 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,467 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,468 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,469 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,470 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,471 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,472 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,473 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,474 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,475 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,476 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,477 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,478 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,479 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,480 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,481 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,482 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,483 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,484 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,485 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,486 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,487 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15215== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,488 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15215== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,489 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15215== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,490 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15215== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,491 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,492 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,493 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,494 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,495 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,496 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,497 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,498 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,499 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,500 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,501 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,502 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,503 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,504 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,505 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15215== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,506 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15215== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,507 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15215== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,508 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,509 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,510 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,511 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,512 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,513 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,514 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15215== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,515 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,516 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15215== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,517 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,518 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,519 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,520 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15215== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,521 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x546E332: cpluaopen (lj_state.c:149)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x546E64F: lua_newstate (lj_state.c:222)
==15215== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15215== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15215== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,522 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x546E344: cpluaopen (lj_state.c:150)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x546E64F: lua_newstate (lj_state.c:222)
==15215== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15215== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15215== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,523 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15215== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,524 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15215== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,525 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,526 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15215== by 0x54C619B: luaopen_package (lib_package.c:592)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,527 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15215== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,528 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15215== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15215== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,529 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,530 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C3414: luaopen_table (lib_table.c:384)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,531 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C343B: luaopen_table (lib_table.c:385)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,532 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C3462: luaopen_table (lib_table.c:386)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,533 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C3489: luaopen_table (lib_table.c:387)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,534 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,535 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,536 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,537 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C4976: luaopen_io (lib_io.c:533)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,538 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C528D: luaopen_os (lib_os.c:289)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,539 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C278F: luaopen_string (lib_string.c:739)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,540 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,541 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,542 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,543 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,544 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,545 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15215== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,546 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,547 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,548 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,549 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15215== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,550 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15215== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,551 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15215== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,552 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15215== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,553 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15215== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,554 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,555 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,556 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,557 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,558 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,559 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,560 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,561 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15215== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,562 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15215== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,563 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15215== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,564 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15215== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,565 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,566 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,567 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15215== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,568 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,569 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,570 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,571 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,572 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15215== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,573 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,574 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,575 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,576 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,577 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,578 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,579 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,580 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,581 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,582 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,583 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,584 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,585 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15215== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,586 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,587 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,588 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,589 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,590 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,591 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,592 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,593 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,594 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,595 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,596 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,597 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,598 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15215== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,599 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,600 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,601 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,602 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,603 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15215== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,604 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15215== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,605 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15215== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,606 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15215== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,607 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15215== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,608 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15215== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,609 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,610 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,611 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,612 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,613 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,614 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,615 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,616 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,617 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,618 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,619 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,620 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15215== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,621 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15215== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,622 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15215== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,623 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15215== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,624 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15215== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,625 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15215== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,626 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,627 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,628 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,629 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,630 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,631 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,632 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,633 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,634 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15215== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,635 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15215== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,636 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15215== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,637 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15215== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,638 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15215== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,639 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15215== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,640 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,641 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,642 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,643 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,644 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,645 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,646 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15215== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,647 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15215== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,648 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15215== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,649 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15215== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,650 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15215== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,651 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15215== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,652 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,653 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,654 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,655 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,656 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,657 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,658 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,659 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,660 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,661 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,662 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,663 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,664 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,665 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,666 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,667 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,668 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,669 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,670 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,671 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,672 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,673 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,674 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,675 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,676 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,677 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,678 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,679 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,680 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,681 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,682 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,683 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,684 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,685 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,686 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,687 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,688 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,689 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,690 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,691 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,692 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,693 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,694 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,695 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,696 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,697 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15215== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,698 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15215== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,699 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15215== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,700 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15215== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,701 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,702 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,703 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,704 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,705 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,706 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,707 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,708 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,709 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,710 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,711 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,712 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,713 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,714 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,715 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15215== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,716 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15215== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,717 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15215== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,718 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,719 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,720 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,721 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,722 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,723 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,724 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15215== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,725 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15215== by 0x546804A: lj_buf_more2 (lj_buf.c:46)
==15215== by 0x546BA1E: lj_buf_more (lj_buf.h:64)
==15215== by 0x546BA1E: lj_meta_cat (lj_meta.c:287)
==15215== by 0x5461C5B: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_more2
fun:lj_buf_more
fun:lj_meta_cat
fun:lj_BC_CAT
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,726 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,727 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15215== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,728 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,729 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,730 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468F59: newtab (lj_tab.c:124)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 32 bytes in 1 blocks are definitely lost in loss record 2,731 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15215== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 33 bytes in 1 blocks are definitely lost in loss record 2,734 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 33 bytes in 1 blocks are definitely lost in loss record 2,735 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 33 bytes in 1 blocks are definitely lost in loss record 2,736 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 33 bytes in 1 blocks are definitely lost in loss record 2,737 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15215== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 33 bytes in 1 blocks are definitely lost in loss record 2,738 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 33 bytes in 1 blocks are definitely lost in loss record 2,739 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 33 bytes in 1 blocks are definitely lost in loss record 2,740 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 33 bytes in 1 blocks are definitely lost in loss record 2,741 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15215== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 34 bytes in 1 blocks are definitely lost in loss record 2,744 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x546E399: cpluaopen (lj_state.c:154)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x546E64F: lua_newstate (lj_state.c:222)
==15215== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15215== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15215== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 34 bytes in 1 blocks are definitely lost in loss record 2,745 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 34 bytes in 1 blocks are definitely lost in loss record 2,746 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x546E399: cpluaopen (lj_state.c:154)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x546E64F: lua_newstate (lj_state.c:222)
==15215== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15215== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15215== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 34 bytes in 1 blocks are definitely lost in loss record 2,747 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 36 bytes in 1 blocks are definitely lost in loss record 2,762 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 36 bytes in 1 blocks are definitely lost in loss record 2,763 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 36 bytes in 2 blocks are definitely lost in loss record 2,764 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15215== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15215== by 0x547E302: parse_args (lj_parse.c:1902)
==15215== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15215== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15215== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15215== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547F25B: parse_local (lj_parse.c:2261)
==15215== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15215== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 36 bytes in 2 blocks are definitely lost in loss record 2,765 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15215== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15215== by 0x547E302: parse_args (lj_parse.c:1902)
==15215== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15215== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15215== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15215== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547F25B: parse_local (lj_parse.c:2261)
==15215== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15215== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 37 bytes in 1 blocks are definitely lost in loss record 2,766 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 37 bytes in 1 blocks are definitely lost in loss record 2,767 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 37 bytes in 1 blocks are definitely lost in loss record 2,768 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 37 bytes in 1 blocks are definitely lost in loss record 2,769 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 37 bytes in 1 blocks are definitely lost in loss record 2,770 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 37 bytes in 1 blocks are definitely lost in loss record 2,771 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 38 bytes in 1 blocks are definitely lost in loss record 2,774 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 38 bytes in 1 blocks are definitely lost in loss record 2,775 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 38 bytes in 1 blocks are definitely lost in loss record 2,776 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 38 bytes in 1 blocks are definitely lost in loss record 2,777 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 39 bytes in 1 blocks are definitely lost in loss record 2,780 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 39 bytes in 1 blocks are definitely lost in loss record 2,781 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 39 bytes in 1 blocks are definitely lost in loss record 2,782 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 39 bytes in 1 blocks are definitely lost in loss record 2,783 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 39 bytes in 1 blocks are definitely lost in loss record 2,784 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 39 bytes in 1 blocks are definitely lost in loss record 2,785 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 1 blocks are definitely lost in loss record 2,857 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15215== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15215== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15215== by 0x54C4992: luaopen_io (lib_io.c:534)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 1 blocks are definitely lost in loss record 2,858 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15215== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15215== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15215== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 1 blocks are definitely lost in loss record 2,859 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15215== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15215== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15215== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 1 blocks are definitely lost in loss record 2,860 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 1 blocks are definitely lost in loss record 2,861 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 1 blocks are definitely lost in loss record 2,862 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15215== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 1 blocks are definitely lost in loss record 2,863 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15215== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15215== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15215== by 0x54C4992: luaopen_io (lib_io.c:534)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 1 blocks are definitely lost in loss record 2,864 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15215== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15215== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15215== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 1 blocks are definitely lost in loss record 2,865 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15215== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15215== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15215== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 1 blocks are definitely lost in loss record 2,866 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 1 blocks are definitely lost in loss record 2,867 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 1 blocks are definitely lost in loss record 2,868 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15215== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 2 blocks are definitely lost in loss record 2,869 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15215== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15215== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 2 blocks are definitely lost in loss record 2,870 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 2 blocks are definitely lost in loss record 2,871 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15215== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15215== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 40 bytes in 2 blocks are definitely lost in loss record 2,872 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 41 bytes in 1 blocks are definitely lost in loss record 2,873 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 41 bytes in 1 blocks are definitely lost in loss record 2,874 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 41 bytes in 1 blocks are definitely lost in loss record 2,875 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 41 bytes in 1 blocks are definitely lost in loss record 2,876 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 42 bytes in 1 blocks are definitely lost in loss record 2,877 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 42 bytes in 1 blocks are definitely lost in loss record 2,878 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 43 bytes in 1 blocks are definitely lost in loss record 2,887 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 43 bytes in 1 blocks are definitely lost in loss record 2,888 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 43 bytes in 2 blocks are definitely lost in loss record 2,889 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 43 bytes in 2 blocks are definitely lost in loss record 2,890 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 44 bytes in 1 blocks are definitely lost in loss record 2,895 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 44 bytes in 1 blocks are definitely lost in loss record 2,896 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15215== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 47 bytes in 2 blocks are definitely lost in loss record 2,905 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15215== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 47 bytes in 2 blocks are definitely lost in loss record 2,906 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15215== by 0x54C6353: luaopen_package (lib_package.c:619)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 47 bytes in 2 blocks are definitely lost in loss record 2,907 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15215== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 47 bytes in 2 blocks are definitely lost in loss record 2,908 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15215== by 0x54C6353: luaopen_package (lib_package.c:619)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,015 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15215== by 0x54C0103: luaopen_base (lib_base.c:706)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,016 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15215== by 0x54C619B: luaopen_package (lib_package.c:592)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,017 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x54C279E: luaopen_string (lib_string.c:740)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,018 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,019 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,020 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,021 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15215== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,022 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15215== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,023 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,024 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,025 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15215== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,026 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15215== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,027 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,028 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,029 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,030 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,031 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,032 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,033 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15215== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,034 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15215== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,035 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,036 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15215== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,037 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468EB7: newtab (lj_tab.c:109)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15215== by 0x547D619: expr_simple (lj_parse.c:2004)
==15215== by 0x547D619: expr_unop (lj_parse.c:2077)
==15215== by 0x547D619: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547F25B: parse_local (lj_parse.c:2261)
==15215== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547EE83: parse_func (lj_parse.c:2286)
==15215== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15215== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,038 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15215== by 0x54C0103: luaopen_base (lib_base.c:706)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,039 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15215== by 0x54C619B: luaopen_package (lib_package.c:592)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,040 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x54C279E: luaopen_string (lib_string.c:740)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,041 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,042 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,043 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15215== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15215== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,044 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15215== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,045 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15215== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,046 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,047 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15215== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,048 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15215== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,049 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15215== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,050 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,051 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,052 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,053 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,054 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,055 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,056 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15215== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,057 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15215== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,058 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,059 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15215== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 48 bytes in 1 blocks are definitely lost in loss record 3,060 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468EB7: newtab (lj_tab.c:109)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15215== by 0x547D619: expr_simple (lj_parse.c:2004)
==15215== by 0x547D619: expr_unop (lj_parse.c:2077)
==15215== by 0x547D619: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547F25B: parse_local (lj_parse.c:2261)
==15215== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547EE83: parse_func (lj_parse.c:2286)
==15215== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15215== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 49 bytes in 1 blocks are definitely lost in loss record 3,063 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15215== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15215== by 0x547E302: parse_args (lj_parse.c:1902)
==15215== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15215== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15215== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15215== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547F172: parse_local (lj_parse.c:2248)
==15215== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 49 bytes in 1 blocks are definitely lost in loss record 3,064 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15215== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15215== by 0x547E302: parse_args (lj_parse.c:1902)
==15215== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15215== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15215== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15215== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547F172: parse_local (lj_parse.c:2248)
==15215== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 60 bytes in 2 blocks are definitely lost in loss record 3,104 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 60 bytes in 2 blocks are definitely lost in loss record 3,105 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15215== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 62 bytes in 3 blocks are definitely lost in loss record 3,108 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15215== by 0x547DB92: expr_table (lj_parse.c:1762)
==15215== by 0x547D619: expr_simple (lj_parse.c:2004)
==15215== by 0x547D619: expr_unop (lj_parse.c:2077)
==15215== by 0x547D619: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547F25B: parse_local (lj_parse.c:2261)
==15215== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547EE83: parse_func (lj_parse.c:2286)
==15215== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15215== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 62 bytes in 3 blocks are definitely lost in loss record 3,109 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15215== by 0x5479986: lex_string (lj_lex.c:280)
==15215== by 0x5479986: lex_scan (lj_lex.c:364)
==15215== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15215== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15215== by 0x547DB92: expr_table (lj_parse.c:1762)
==15215== by 0x547D619: expr_simple (lj_parse.c:2004)
==15215== by 0x547D619: expr_unop (lj_parse.c:2077)
==15215== by 0x547D619: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547F25B: parse_local (lj_parse.c:2261)
==15215== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547EE83: parse_func (lj_parse.c:2286)
==15215== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15215== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 64 bytes in 1 blocks are definitely lost in loss record 3,190 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15215== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15215== by 0x54C073D: luaopen_math (lib_math.c:221)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 64 bytes in 1 blocks are definitely lost in loss record 3,191 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15215== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15215== by 0x54C073D: luaopen_math (lib_math.c:221)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 64 bytes in 2 blocks are definitely lost in loss record 3,192 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15215== by 0x54C6353: luaopen_package (lib_package.c:619)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 64 bytes in 2 blocks are definitely lost in loss record 3,193 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 64 bytes in 2 blocks are definitely lost in loss record 3,194 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 64 bytes in 2 blocks are definitely lost in loss record 3,195 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15215== by 0x54C6353: luaopen_package (lib_package.c:619)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 64 bytes in 2 blocks are definitely lost in loss record 3,196 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 64 bytes in 2 blocks are definitely lost in loss record 3,197 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 67 bytes in 3 blocks are definitely lost in loss record 3,200 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 67 bytes in 3 blocks are definitely lost in loss record 3,201 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 72 bytes in 1 blocks are definitely lost in loss record 3,229 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468EB7: newtab (lj_tab.c:109)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3,230 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15215== by 0x54B7C74: clib_new (lj_clib.c:398)
==15215== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15215== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 72 bytes in 1 blocks are definitely lost in loss record 3,231 of 4,020
==15215== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15215== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15215== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15215== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15215== by 0x547DE88: expr_table (lj_parse.c:1746)
==15215== by 0x547D619: expr_simple (lj_parse.c:2004)
==15215== by 0x547D619: expr_unop (lj_parse.c:2077)
==15215== by 0x547D619: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547F25B: parse_local (lj_parse.c:2261)
==15215== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547EE83: parse_func (lj_parse.c:2286)
==15215== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15215== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 72 bytes in 1 blocks are definitely lost in loss record 3,232 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x5468EB7: newtab (lj_tab.c:109)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3,233 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15215== by 0x54B7C74: clib_new (lj_clib.c:398)
==15215== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15215== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 72 bytes in 1 blocks are definitely lost in loss record 3,234 of 4,020
==15215== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15215== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15215== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15215== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15215== by 0x547DE88: expr_table (lj_parse.c:1746)
==15215== by 0x547D619: expr_simple (lj_parse.c:2004)
==15215== by 0x547D619: expr_unop (lj_parse.c:2077)
==15215== by 0x547D619: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547F25B: parse_local (lj_parse.c:2261)
==15215== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547EE83: parse_func (lj_parse.c:2286)
==15215== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15215== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 80 bytes in 1 blocks are definitely lost in loss record 3,276 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15215== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15215== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C278F: luaopen_string (lib_string.c:739)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 80 bytes in 1 blocks are definitely lost in loss record 3,277 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15215== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15215== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C278F: luaopen_string (lib_string.c:739)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 80 bytes in 2 blocks are definitely lost in loss record 3,278 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15215== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15215== by 0x54C38CD: io_file_new (lib_io.c:73)
==15215== by 0x54C3BCF: lj_cf_io_popen (lib_io.c:413)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15215== by 0x518AA7: ngx_http_lua_init_worker_by_inline (ngx_http_lua_initworkerby.c:345)
==15215== by 0x518A26: ngx_http_lua_init_worker (ngx_http_lua_initworkerby.c:318)
==15215== by 0x44CF40: ngx_single_process_cycle (ngx_process_cycle.c:309)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_file_new
fun:lj_cf_io_popen
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_worker_by_inline
fun:ngx_http_lua_init_worker
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 88 bytes in 4 blocks are definitely lost in loss record 3,286 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C4976: luaopen_io (lib_io.c:533)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 88 bytes in 4 blocks are definitely lost in loss record 3,287 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C4976: luaopen_io (lib_io.c:533)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 91 bytes in 4 blocks are definitely lost in loss record 3,288 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15215== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 91 bytes in 4 blocks are definitely lost in loss record 3,289 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15215== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 1 blocks are definitely lost in loss record 3,342 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 1 blocks are definitely lost in loss record 3,343 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15215== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 1 blocks are definitely lost in loss record 3,344 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 1 blocks are definitely lost in loss record 3,345 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 1 blocks are definitely lost in loss record 3,346 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 1 blocks are definitely lost in loss record 3,347 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 1 blocks are definitely lost in loss record 3,348 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 1 blocks are definitely lost in loss record 3,349 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15215== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 1 blocks are definitely lost in loss record 3,350 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15215== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 1 blocks are definitely lost in loss record 3,351 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15215== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 1 blocks are definitely lost in loss record 3,352 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 1 blocks are definitely lost in loss record 3,353 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 3 blocks are definitely lost in loss record 3,354 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15215== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 3 blocks are definitely lost in loss record 3,355 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 3 blocks are definitely lost in loss record 3,356 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15215== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 96 bytes in 3 blocks are definitely lost in loss record 3,357 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 100 bytes in 5 blocks are definitely lost in loss record 3,358 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15215== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15215== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 100 bytes in 5 blocks are definitely lost in loss record 3,359 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15215== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15215== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 108 bytes in 5 blocks are definitely lost in loss record 3,362 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 108 bytes in 5 blocks are definitely lost in loss record 3,363 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 114 bytes in 5 blocks are definitely lost in loss record 3,383 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 114 bytes in 5 blocks are definitely lost in loss record 3,384 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 119 bytes in 1 blocks are definitely lost in loss record 3,385 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5475745: lua_pushstring (lj_api.c:652)
==15215== by 0x54C607A: setpath (lib_package.c:555)
==15215== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 119 bytes in 1 blocks are definitely lost in loss record 3,386 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5475745: lua_pushstring (lj_api.c:652)
==15215== by 0x54C607A: setpath (lib_package.c:555)
==15215== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 120 bytes in 5 blocks are definitely lost in loss record 3,402 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546AB0F: func_finduv (lj_func.c:52)
==15215== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15215== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 120 bytes in 5 blocks are definitely lost in loss record 3,403 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546AB0F: func_finduv (lj_func.c:52)
==15215== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15215== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 125 bytes in 6 blocks are definitely lost in loss record 3,407 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5475745: lua_pushstring (lj_api.c:652)
==15215== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 125 bytes in 6 blocks are definitely lost in loss record 3,408 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5475745: lua_pushstring (lj_api.c:652)
==15215== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 126 bytes in 1 blocks are definitely lost in loss record 3,409 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15215== by 0x547C960: parse_body (lj_parse.c:1855)
==15215== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15215== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15215== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547EF73: parse_return (lj_parse.c:2316)
==15215== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15215== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15215== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15215== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15215== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15215== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15215== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 126 bytes in 1 blocks are definitely lost in loss record 3,410 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15215== by 0x547C960: parse_body (lj_parse.c:1855)
==15215== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15215== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15215== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547EF73: parse_return (lj_parse.c:2316)
==15215== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15215== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15215== by 0x547C930: parse_body (lj_parse.c:1853)
==15215== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15215== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15215== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15215== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15215== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15215== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 128 bytes in 4 blocks are definitely lost in loss record 3,457 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15215== by 0x54C6212: luaopen_package (lib_package.c:599)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 128 bytes in 4 blocks are definitely lost in loss record 3,458 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 128 bytes in 4 blocks are definitely lost in loss record 3,459 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15215== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15215== by 0x54C6212: luaopen_package (lib_package.c:599)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 128 bytes in 4 blocks are definitely lost in loss record 3,460 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 130 bytes in 1 blocks are definitely lost in loss record 3,461 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15215== by 0x547C960: parse_body (lj_parse.c:1855)
==15215== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15215== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15215== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15215== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15215== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15215== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 130 bytes in 1 blocks are definitely lost in loss record 3,462 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15215== by 0x547C960: parse_body (lj_parse.c:1855)
==15215== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15215== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15215== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15215== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15215== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15215== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 157 bytes in 6 blocks are definitely lost in loss record 3,481 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 157 bytes in 6 blocks are definitely lost in loss record 3,482 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 160 bytes in 5 blocks are definitely lost in loss record 3,498 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 160 bytes in 5 blocks are definitely lost in loss record 3,499 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 172 bytes in 5 blocks are definitely lost in loss record 3,507 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15215== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 172 bytes in 5 blocks are definitely lost in loss record 3,508 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A70B: func_newL (lj_func.c:122)
==15215== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15215== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 174 bytes in 8 blocks are definitely lost in loss record 3,509 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C278F: luaopen_string (lib_string.c:739)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 174 bytes in 8 blocks are definitely lost in loss record 3,510 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C278F: luaopen_string (lib_string.c:739)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 176 bytes in 2 blocks are definitely lost in loss record 3,523 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15215== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15215== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 176 bytes in 2 blocks are definitely lost in loss record 3,524 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15215== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15215== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 186 bytes in 8 blocks are definitely lost in loss record 3,535 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C528D: luaopen_os (lib_os.c:289)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 186 bytes in 8 blocks are definitely lost in loss record 3,536 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C528D: luaopen_os (lib_os.c:289)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 1 blocks are definitely lost in loss record 3,544 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15215== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 1 blocks are definitely lost in loss record 3,545 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15215== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 1 blocks are definitely lost in loss record 3,546 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 1 blocks are definitely lost in loss record 3,547 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 1 blocks are definitely lost in loss record 3,548 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 1 blocks are definitely lost in loss record 3,549 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 1 blocks are definitely lost in loss record 3,550 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 1 blocks are definitely lost in loss record 3,551 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15215== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 1 blocks are definitely lost in loss record 3,552 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15215== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 1 blocks are definitely lost in loss record 3,553 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15215== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 1 blocks are definitely lost in loss record 3,554 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 1 blocks are definitely lost in loss record 3,555 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 1 blocks are definitely lost in loss record 3,556 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15215== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 1 blocks are definitely lost in loss record 3,557 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15215== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 6 blocks are definitely lost in loss record 3,558 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 192 bytes in 6 blocks are definitely lost in loss record 3,559 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 200 bytes in 1 blocks are definitely lost in loss record 3,560 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15215== by 0x547F857: lj_parse (lj_parse.c:2721)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15215== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 200 bytes in 1 blocks are definitely lost in loss record 3,561 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15215== by 0x547F857: lj_parse (lj_parse.c:2721)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15215== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 212 bytes in 1 blocks are definitely lost in loss record 3,564 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15215== by 0x547C960: parse_body (lj_parse.c:1855)
==15215== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15215== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15215== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15215== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15215== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15215== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F688: parse_block (lj_parse.c:2402)
==15215== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15215== by 0x547F049: parse_for (lj_parse.c:2577)
==15215== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15215== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 212 bytes in 1 blocks are definitely lost in loss record 3,565 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15215== by 0x547C960: parse_body (lj_parse.c:1855)
==15215== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15215== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15215== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15215== by 0x547D9A5: expr (lj_parse.c:2109)
==15215== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15215== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15215== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15215== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15215== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F688: parse_block (lj_parse.c:2402)
==15215== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15215== by 0x547F049: parse_for (lj_parse.c:2577)
==15215== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15215== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 216 bytes in 10 blocks are definitely lost in loss record 3,566 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 216 bytes in 10 blocks are definitely lost in loss record 3,567 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 218 bytes in 1 blocks are definitely lost in loss record 3,568 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5475745: lua_pushstring (lj_api.c:652)
==15215== by 0x54C607A: setpath (lib_package.c:555)
==15215== by 0x54C6293: luaopen_package (lib_package.c:610)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 218 bytes in 1 blocks are definitely lost in loss record 3,569 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5475745: lua_pushstring (lj_api.c:652)
==15215== by 0x54C607A: setpath (lib_package.c:555)
==15215== by 0x54C6293: luaopen_package (lib_package.c:610)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,570 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15215== by 0x547F857: lj_parse (lj_parse.c:2721)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,571 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15215== by 0x547F857: lj_parse (lj_parse.c:2721)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 229 bytes in 10 blocks are definitely lost in loss record 3,580 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15215== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 229 bytes in 10 blocks are definitely lost in loss record 3,581 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15215== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 245 bytes in 11 blocks are definitely lost in loss record 3,582 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 245 bytes in 11 blocks are definitely lost in loss record 3,583 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 288 bytes in 9 blocks are definitely lost in loss record 3,614 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 288 bytes in 9 blocks are definitely lost in loss record 3,615 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 310 bytes in 1 blocks are definitely lost in loss record 3,626 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15215== by 0x547C960: parse_body (lj_parse.c:1855)
==15215== by 0x547F172: parse_local (lj_parse.c:2248)
==15215== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 310 bytes in 1 blocks are definitely lost in loss record 3,627 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15215== by 0x547C960: parse_body (lj_parse.c:1855)
==15215== by 0x547F172: parse_local (lj_parse.c:2248)
==15215== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15215== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 352 bytes in 11 blocks are definitely lost in loss record 3,648 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C4976: luaopen_io (lib_io.c:533)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 352 bytes in 11 blocks are definitely lost in loss record 3,649 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C528D: luaopen_os (lib_os.c:289)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 352 bytes in 11 blocks are definitely lost in loss record 3,650 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C4976: luaopen_io (lib_io.c:533)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 352 bytes in 11 blocks are definitely lost in loss record 3,651 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C528D: luaopen_os (lib_os.c:289)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 360 bytes in 15 blocks are definitely lost in loss record 3,655 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546AB0F: func_finduv (lj_func.c:52)
==15215== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15215== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 360 bytes in 15 blocks are definitely lost in loss record 3,656 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x546AB0F: func_finduv (lj_func.c:52)
==15215== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15215== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15215== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 363 bytes in 1 blocks are definitely lost in loss record 3,657 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15215== by 0x547C960: parse_body (lj_parse.c:1855)
==15215== by 0x547EE83: parse_func (lj_parse.c:2286)
==15215== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15215== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 363 bytes in 1 blocks are definitely lost in loss record 3,658 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15215== by 0x547C960: parse_body (lj_parse.c:1855)
==15215== by 0x547EE83: parse_func (lj_parse.c:2286)
==15215== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15215== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15215== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15215== by 0x548153A: cpparser (lj_load.c:41)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x548165A: lua_loadx (lj_load.c:58)
==15215== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15215== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15215== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 382 bytes in 18 blocks are definitely lost in loss record 3,663 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 382 bytes in 18 blocks are definitely lost in loss record 3,664 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,676 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15215== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,677 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5469CC4: newhpart (lj_tab.c:66)
==15215== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15215== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15215== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15215== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15215== by 0x5476F58: lua_setfield (lj_api.c:972)
==15215== by 0x54C6335: luaopen_package (lib_package.c:617)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,678 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,679 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,680 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C4976: luaopen_io (lib_io.c:533)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,681 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C528D: luaopen_os (lib_os.c:289)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,682 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C278F: luaopen_string (lib_string.c:739)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,683 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,684 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,685 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,686 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5469CC4: newhpart (lj_tab.c:66)
==15215== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15215== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15215== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15215== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15215== by 0x5476F58: lua_setfield (lj_api.c:972)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,687 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15215== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,688 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,689 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,690 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15215== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,691 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5469CC4: newhpart (lj_tab.c:66)
==15215== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15215== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15215== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15215== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15215== by 0x5476F58: lua_setfield (lj_api.c:972)
==15215== by 0x54C6335: luaopen_package (lib_package.c:617)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,692 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,693 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,694 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C4976: luaopen_io (lib_io.c:533)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,695 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C528D: luaopen_os (lib_os.c:289)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,696 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C278F: luaopen_string (lib_string.c:739)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,697 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,698 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,699 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,700 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5469CC4: newhpart (lj_tab.c:66)
==15215== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15215== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15215== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15215== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15215== by 0x5476F58: lua_setfield (lj_api.c:972)
==15215== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15215== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,701 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15215== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,702 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 1 blocks are definitely lost in loss record 3,703 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15215== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 12 blocks are definitely lost in loss record 3,704 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 384 bytes in 12 blocks are definitely lost in loss record 3,705 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 416 bytes in 13 blocks are definitely lost in loss record 3,709 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C278F: luaopen_string (lib_string.c:739)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 416 bytes in 13 blocks are definitely lost in loss record 3,710 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C278F: luaopen_string (lib_string.c:739)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 438 bytes in 19 blocks are definitely lost in loss record 3,714 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15215== by 0x546E387: cpluaopen (lj_state.c:152)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x546E64F: lua_newstate (lj_state.c:222)
==15215== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15215== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15215== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 438 bytes in 19 blocks are definitely lost in loss record 3,715 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15215== by 0x546E387: cpluaopen (lj_state.c:152)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x546E64F: lua_newstate (lj_state.c:222)
==15215== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15215== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15215== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 442 bytes in 21 blocks are definitely lost in loss record 3,716 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15215== by 0x546E38F: cpluaopen (lj_state.c:153)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x546E64F: lua_newstate (lj_state.c:222)
==15215== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15215== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15215== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 442 bytes in 21 blocks are definitely lost in loss record 3,717 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15215== by 0x546E38F: cpluaopen (lj_state.c:153)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x546E64F: lua_newstate (lj_state.c:222)
==15215== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15215== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15215== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 462 bytes in 19 blocks are definitely lost in loss record 3,726 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 462 bytes in 19 blocks are definitely lost in loss record 3,727 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15215== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 512 bytes in 16 blocks are definitely lost in loss record 3,780 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 512 bytes in 16 blocks are definitely lost in loss record 3,781 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 544 bytes in 17 blocks are definitely lost in loss record 3,793 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 544 bytes in 17 blocks are definitely lost in loss record 3,794 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 576 bytes in 18 blocks are definitely lost in loss record 3,806 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 576 bytes in 18 blocks are definitely lost in loss record 3,807 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 760 bytes in 5 blocks are definitely lost in loss record 3,852 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15215== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15215== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 760 bytes in 5 blocks are definitely lost in loss record 3,853 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15215== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15215== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15215== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 768 bytes in 1 blocks are definitely lost in loss record 3,856 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 768 bytes in 1 blocks are definitely lost in loss record 3,857 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15215== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 768 bytes in 1 blocks are definitely lost in loss record 3,858 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15215== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 768 bytes in 1 blocks are definitely lost in loss record 3,859 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 768 bytes in 1 blocks are definitely lost in loss record 3,860 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5469CC4: newhpart (lj_tab.c:66)
==15215== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15215== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15215== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15215== by 0x547710F: lua_rawset (lj_api.c:991)
==15215== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 768 bytes in 1 blocks are definitely lost in loss record 3,861 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 768 bytes in 1 blocks are definitely lost in loss record 3,862 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 768 bytes in 1 blocks are definitely lost in loss record 3,863 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15215== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15215== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 768 bytes in 1 blocks are definitely lost in loss record 3,864 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15215== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 768 bytes in 1 blocks are definitely lost in loss record 3,865 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15215== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15215== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 768 bytes in 1 blocks are definitely lost in loss record 3,866 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15215== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 768 bytes in 1 blocks are definitely lost in loss record 3,867 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5469CC4: newhpart (lj_tab.c:66)
==15215== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15215== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15215== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15215== by 0x547710F: lua_rawset (lj_api.c:991)
==15215== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15215== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 768 bytes in 1 blocks are definitely lost in loss record 3,868 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 768 bytes in 1 blocks are definitely lost in loss record 3,869 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15215== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15215== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 848 bytes in 26 blocks are definitely lost in loss record 3,886 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 848 bytes in 26 blocks are definitely lost in loss record 3,887 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C0761: luaopen_math (lib_math.c:223)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 1,000 bytes in 27 blocks are definitely lost in loss record 3,907 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 1,000 bytes in 27 blocks are definitely lost in loss record 3,908 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15215== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15215== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15215== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15215== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15215== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15215== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 1,446 bytes in 59 blocks are definitely lost in loss record 3,944 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15215== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 1,446 bytes in 59 blocks are definitely lost in loss record 3,945 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468C42: lj_str_new (lj_str.c:220)
==15215== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15215== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 1,536 bytes in 1 blocks are definitely lost in loss record 3,951 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x546E332: cpluaopen (lj_state.c:149)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x546E64F: lua_newstate (lj_state.c:222)
==15215== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15215== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15215== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 1,536 bytes in 1 blocks are definitely lost in loss record 3,952 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x546E332: cpluaopen (lj_state.c:149)
==15215== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15215== by 0x546E64F: lua_newstate (lj_state.c:222)
==15215== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15215== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15215== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,980 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15215== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,981 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15215== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15215== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 3,072 bytes in 1 blocks are definitely lost in loss record 3,988 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x422D15: main (nginx.c:294)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 3,072 bytes in 1 blocks are definitely lost in loss record 3,989 of 4,020
==15215== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15215== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x5468F18: newhpart (lj_tab.c:66)
==15215== by 0x5468F18: newtab (lj_tab.c:145)
==15215== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15215== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15215== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15215== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15215== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15215== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15215== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15215== by 0x459663: ngx_http_block (ngx_http.c:312)
==15215== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15215== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15215== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15215== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART ==15215== 4,096 bytes in 1 blocks are definitely lost in loss record 3,999 of 4,020
==15215== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15215== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15215== by 0x54680B4: lj_buf_shrink (lj_buf.c:56)
==15215== by 0x54663B8: atomic (lj_gc.c:597)
==15215== by 0x54663B8: gc_onestep (lj_gc.c:622)
==15215== by 0x546698F: lj_gc_fullgc (lj_gc.c:748)
==15215== by 0x5477F14: lua_gc (lj_api.c:1244)
==15215== by 0x5034BD: ngx_http_lua_report (ngx_http_lua_util.c:4086)
==15215== by 0x518ABF: ngx_http_lua_init_worker_by_inline (ngx_http_lua_initworkerby.c:347)
==15215== by 0x518A26: ngx_http_lua_init_worker (ngx_http_lua_initworkerby.c:318)
==15215== by 0x44CF40: ngx_single_process_cycle (ngx_process_cycle.c:309)
==15215== by 0x422F5B: main (nginx.c:382)
==15215==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_buf_shrink
fun:atomic
fun:gc_onestep
fun:lj_gc_fullgc
fun:lua_gc
fun:ngx_http_lua_report
fun:ngx_http_lua_init_worker_by_inline
fun:ngx_http_lua_init_worker
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 2: lua_sa_restart off - does not set SA_RESTART - status code ok got: ''
expected: '200'
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== Invalid read of size 8
==15220== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15220== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15220== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15220== by 0x422F5B: main (nginx.c:382)
==15220== Address 0x30 is not stack'd, malloc'd or (recently) free'd
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_poll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220==
==15220== Process terminating with default action of signal 11 (SIGSEGV)
==15220== Access not within mapped region at address 0x30
==15220== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15220== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15220== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15220== by 0x422F5B: main (nginx.c:382)
==15220== If you believe this happened as a result of a stack
==15220== overflow in your program's main thread (unlikely but
==15220== possible), you can try to increase the size of the
==15220== main thread stack using the --main-stacksize= flag.
==15220== The main thread stack size used in this run was 8388608.
==15220== 18 bytes in 1 blocks are definitely lost in loss record 828 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15220== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 18 bytes in 1 blocks are definitely lost in loss record 829 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15220== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 19 bytes in 1 blocks are definitely lost in loss record 834 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 19 bytes in 1 blocks are definitely lost in loss record 835 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 19 bytes in 1 blocks are definitely lost in loss record 836 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 19 bytes in 1 blocks are definitely lost in loss record 837 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 19 bytes in 1 blocks are definitely lost in loss record 838 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15220== by 0x547E594: expr_primary (lj_parse.c:1961)
==15220== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15220== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15220== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9CA: expr (lj_parse.c:2109)
==15220== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15220== by 0x547E302: parse_args (lj_parse.c:1902)
==15220== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15220== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15220== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15220== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547F25B: parse_local (lj_parse.c:2261)
==15220== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F688: parse_block (lj_parse.c:2402)
==15220== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15220== by 0x547F049: parse_for (lj_parse.c:2577)
==15220== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15220== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547EE83: parse_func (lj_parse.c:2286)
==15220== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15220== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 19 bytes in 1 blocks are definitely lost in loss record 839 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 19 bytes in 1 blocks are definitely lost in loss record 840 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 19 bytes in 1 blocks are definitely lost in loss record 841 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 19 bytes in 1 blocks are definitely lost in loss record 842 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 19 bytes in 1 blocks are definitely lost in loss record 843 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15220== by 0x547E594: expr_primary (lj_parse.c:1961)
==15220== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15220== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15220== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9CA: expr (lj_parse.c:2109)
==15220== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15220== by 0x547E302: parse_args (lj_parse.c:1902)
==15220== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15220== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15220== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15220== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547F25B: parse_local (lj_parse.c:2261)
==15220== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F688: parse_block (lj_parse.c:2402)
==15220== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15220== by 0x547F049: parse_for (lj_parse.c:2577)
==15220== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15220== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547EE83: parse_func (lj_parse.c:2286)
==15220== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15220== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 852 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15220== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C278F: luaopen_string (lib_string.c:739)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 853 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15220== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15220== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C278F: luaopen_string (lib_string.c:739)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 854 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15220== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 855 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15220== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 856 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15220== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 857 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 858 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 859 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15220== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15220== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 860 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15220== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 861 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 862 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 863 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 864 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 865 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15220== by 0x5481548: cpparser (lj_load.c:42)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15220== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 866 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15220== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 867 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 868 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x547983F: lex_scan (lj_lex.c:301)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15220== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15220== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15220== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 869 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15220== by 0x5481548: cpparser (lj_load.c:42)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 870 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 871 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 872 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 873 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15220== by 0x547D619: expr_simple (lj_parse.c:2004)
==15220== by 0x547D619: expr_unop (lj_parse.c:2077)
==15220== by 0x547D619: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547F25B: parse_local (lj_parse.c:2261)
==15220== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547EE83: parse_func (lj_parse.c:2286)
==15220== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15220== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 874 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15220== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15220== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 875 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15220== by 0x5481548: cpparser (lj_load.c:42)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15220== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15220== by 0x51501B: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:154)
==15220== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15220== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15220== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15220== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15220== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15220== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15220== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15220== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15220== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15220== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15220== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 876 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15220== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C278F: luaopen_string (lib_string.c:739)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 877 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15220== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15220== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C278F: luaopen_string (lib_string.c:739)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 878 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15220== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 879 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15220== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 880 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15220== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 881 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 882 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 883 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15220== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15220== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 884 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15220== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 885 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 886 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 887 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 888 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 889 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15220== by 0x5481548: cpparser (lj_load.c:42)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15220== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 890 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15220== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 891 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 892 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x547983F: lex_scan (lj_lex.c:301)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15220== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15220== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15220== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 893 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15220== by 0x5481548: cpparser (lj_load.c:42)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 894 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 895 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 896 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 897 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15220== by 0x547D619: expr_simple (lj_parse.c:2004)
==15220== by 0x547D619: expr_unop (lj_parse.c:2077)
==15220== by 0x547D619: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547F25B: parse_local (lj_parse.c:2261)
==15220== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547EE83: parse_func (lj_parse.c:2286)
==15220== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15220== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 20 bytes in 1 blocks are definitely lost in loss record 898 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15220== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15220== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 911 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C6293: luaopen_package (lib_package.c:610)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 912 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15220== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 913 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15220== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 914 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15220== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 915 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15220== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 916 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15220== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 917 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 918 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 919 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15220== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 920 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15220== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 921 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15220== by 0x547D108: expr_binop (lj_parse.c:2098)
==15220== by 0x547DA01: expr (lj_parse.c:2109)
==15220== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15220== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15220== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15220== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15220== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547F172: parse_local (lj_parse.c:2248)
==15220== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 922 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C6293: luaopen_package (lib_package.c:610)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 923 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15220== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 924 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15220== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 925 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15220== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 926 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15220== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 927 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15220== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 928 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 929 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 930 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15220== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 931 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15220== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 21 bytes in 1 blocks are definitely lost in loss record 932 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15220== by 0x547D108: expr_binop (lj_parse.c:2098)
==15220== by 0x547DA01: expr (lj_parse.c:2109)
==15220== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15220== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15220== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15220== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15220== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547F172: parse_local (lj_parse.c:2248)
==15220== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 947 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C4959: luaopen_io (lib_io.c:532)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 948 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15220== by 0x54C4992: luaopen_io (lib_io.c:534)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 949 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 950 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15220== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 951 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15220== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 952 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15220== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 953 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15220== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 954 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 955 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15220== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 956 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15220== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 957 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 958 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 959 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C4959: luaopen_io (lib_io.c:532)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 960 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15220== by 0x54C4992: luaopen_io (lib_io.c:534)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 961 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 962 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15220== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 963 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15220== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 964 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15220== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 965 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15220== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 966 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 967 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15220== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 968 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15220== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 969 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 22 bytes in 1 blocks are definitely lost in loss record 970 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 977 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 978 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C6308: luaopen_package (lib_package.c:615)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 979 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15220== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 980 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15220== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 981 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15220== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 982 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15220== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 983 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 984 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 985 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 986 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 987 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 988 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 989 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 990 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C6308: luaopen_package (lib_package.c:615)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 991 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15220== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 992 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15220== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 993 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15220== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 994 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15220== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 995 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 996 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 997 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 998 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 999 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 23 bytes in 1 blocks are definitely lost in loss record 1,000 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,638 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15220== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,639 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C6243: luaopen_package (lib_package.c:606)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,640 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C6335: luaopen_package (lib_package.c:617)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,641 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15220== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,642 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54762EB: lua_getfield (lj_api.c:800)
==15220== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15220== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,643 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,644 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,645 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,646 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,647 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,648 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15220== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,649 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15220== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,650 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x547983F: lex_scan (lj_lex.c:301)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15220== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15220== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15220== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547F25B: parse_local (lj_parse.c:2261)
==15220== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,651 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,652 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,653 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,654 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,655 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15220== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,656 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C6243: luaopen_package (lib_package.c:606)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,657 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54C6335: luaopen_package (lib_package.c:617)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,658 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15220== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,659 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54762EB: lua_getfield (lj_api.c:800)
==15220== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15220== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,660 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,661 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,662 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,663 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,664 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,665 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15220== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,666 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15220== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,667 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x547983F: lex_scan (lj_lex.c:301)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15220== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15220== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15220== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547F25B: parse_local (lj_parse.c:2261)
==15220== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,668 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,669 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,670 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 24 bytes in 1 blocks are definitely lost in loss record 1,671 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,678 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15220== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15220== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15220== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,679 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,680 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,681 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,682 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,683 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,684 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,685 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,686 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,687 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,688 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15220== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15220== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15220== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,689 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,690 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,691 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,692 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,693 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,694 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,695 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,696 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 25 bytes in 1 blocks are definitely lost in loss record 1,697 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,706 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C3414: luaopen_table (lib_table.c:384)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,707 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,708 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,709 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,710 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,711 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,712 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,713 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,714 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,715 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15220== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,716 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,717 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,718 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,719 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15220== by 0x547D108: expr_binop (lj_parse.c:2098)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547E302: parse_args (lj_parse.c:1902)
==15220== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15220== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15220== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15220== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F688: parse_block (lj_parse.c:2402)
==15220== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15220== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15220== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15220== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F688: parse_block (lj_parse.c:2402)
==15220== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15220== by 0x547F049: parse_for (lj_parse.c:2577)
==15220== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15220== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547EE83: parse_func (lj_parse.c:2286)
==15220== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15220== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,720 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C3414: luaopen_table (lib_table.c:384)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,721 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,722 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,723 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,724 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,725 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,726 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,727 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,728 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,729 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15220== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,730 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,731 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,732 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 26 bytes in 1 blocks are definitely lost in loss record 1,733 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15220== by 0x547D108: expr_binop (lj_parse.c:2098)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547E302: parse_args (lj_parse.c:1902)
==15220== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15220== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15220== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15220== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F688: parse_block (lj_parse.c:2402)
==15220== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15220== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15220== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15220== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F688: parse_block (lj_parse.c:2402)
==15220== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15220== by 0x547F049: parse_for (lj_parse.c:2577)
==15220== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15220== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547EE83: parse_func (lj_parse.c:2286)
==15220== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15220== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,738 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15220== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,739 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,740 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,741 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,742 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,743 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,744 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,745 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,746 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,747 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,748 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15220== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,749 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15220== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,750 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15220== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,751 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,752 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,753 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15220== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,754 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,755 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,756 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,757 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,758 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,759 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,760 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,761 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,762 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,763 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15220== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,764 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15220== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,765 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15220== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,766 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 27 bytes in 1 blocks are definitely lost in loss record 1,767 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,774 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C343B: luaopen_table (lib_table.c:385)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,775 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,776 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,777 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,778 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,779 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,780 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,781 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,782 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,783 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,784 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,785 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,786 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15220== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,787 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,788 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,789 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15220== by 0x547DA01: expr (lj_parse.c:2109)
==15220== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15220== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15220== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15220== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15220== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547F172: parse_local (lj_parse.c:2248)
==15220== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,790 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C343B: luaopen_table (lib_table.c:385)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,791 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,792 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,793 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,794 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,795 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,796 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,797 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,798 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,799 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,800 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,801 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,802 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15220== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,803 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,804 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 28 bytes in 1 blocks are definitely lost in loss record 1,805 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15220== by 0x547DA01: expr (lj_parse.c:2109)
==15220== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15220== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15220== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15220== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15220== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547F172: parse_local (lj_parse.c:2248)
==15220== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,812 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,813 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,814 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,815 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,816 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,817 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,818 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15220== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,819 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15220== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,820 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,821 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,822 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,823 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,824 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,825 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,826 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,827 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,828 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,829 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15220== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,830 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15220== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,831 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,832 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 29 bytes in 1 blocks are definitely lost in loss record 1,833 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,842 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,843 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C3462: luaopen_table (lib_table.c:386)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,844 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,845 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,846 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,847 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,848 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,849 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,850 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15220== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,851 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15220== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,852 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,853 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,854 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,855 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,856 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,857 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,858 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C3462: luaopen_table (lib_table.c:386)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,859 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,860 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,861 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,862 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,863 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,864 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,865 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15220== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,866 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15220== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,867 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,868 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,869 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,870 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 30 bytes in 1 blocks are definitely lost in loss record 1,871 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 31 bytes in 1 blocks are definitely lost in loss record 1,874 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 31 bytes in 1 blocks are definitely lost in loss record 1,875 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 31 bytes in 1 blocks are definitely lost in loss record 1,876 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 31 bytes in 1 blocks are definitely lost in loss record 1,877 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 31 bytes in 1 blocks are definitely lost in loss record 1,878 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 31 bytes in 1 blocks are definitely lost in loss record 1,879 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 31 bytes in 1 blocks are definitely lost in loss record 1,880 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 31 bytes in 1 blocks are definitely lost in loss record 1,881 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 31 bytes in 1 blocks are definitely lost in loss record 1,882 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 31 bytes in 1 blocks are definitely lost in loss record 1,883 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,084 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x546E332: cpluaopen (lj_state.c:149)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x546E64F: lua_newstate (lj_state.c:222)
==15220== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15220== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15220== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,085 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x546E344: cpluaopen (lj_state.c:150)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x546E64F: lua_newstate (lj_state.c:222)
==15220== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15220== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15220== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,086 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15220== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,087 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15220== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,088 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,089 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15220== by 0x54C619B: luaopen_package (lib_package.c:592)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,090 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15220== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,091 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15220== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15220== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,092 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,093 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C3414: luaopen_table (lib_table.c:384)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,094 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C343B: luaopen_table (lib_table.c:385)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,095 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C3462: luaopen_table (lib_table.c:386)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,096 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C3489: luaopen_table (lib_table.c:387)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,097 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,098 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,099 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,100 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C4976: luaopen_io (lib_io.c:533)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,101 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C528D: luaopen_os (lib_os.c:289)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,102 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C278F: luaopen_string (lib_string.c:739)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,103 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,104 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,105 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,106 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,107 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,108 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,109 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,110 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,111 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,112 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15220== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,113 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15220== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,114 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15220== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,115 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15220== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,116 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15220== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,117 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,118 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,119 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,120 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,121 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,122 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,123 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,124 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15220== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,125 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15220== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,126 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15220== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,127 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15220== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,128 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,129 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,130 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,131 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,132 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,133 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,134 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,135 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,136 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,137 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,138 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,139 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,140 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,141 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,142 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,143 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,144 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,145 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,146 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,147 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,148 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,149 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,150 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,151 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,152 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,153 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,154 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,155 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,156 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,157 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,158 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,159 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,160 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,161 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,162 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,163 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,164 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,165 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,166 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,167 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15220== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,168 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15220== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,169 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15220== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,170 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15220== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,171 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15220== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,172 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,173 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,174 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,175 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,176 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,177 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,178 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,179 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,180 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,181 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,182 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,183 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,184 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15220== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,185 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15220== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,186 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15220== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,187 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15220== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,188 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15220== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,189 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,190 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,191 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,192 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,193 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,194 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,195 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,196 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,197 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,198 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15220== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,199 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15220== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,200 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15220== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,201 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15220== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,202 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15220== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,203 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,204 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,205 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,206 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,207 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,208 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,209 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15220== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,210 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15220== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,211 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15220== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,212 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15220== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,213 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15220== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,214 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15220== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,215 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,216 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,217 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,218 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,219 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,220 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,221 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,222 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,223 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,224 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,225 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,226 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,227 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,228 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,229 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,230 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,231 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,232 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,233 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,234 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,235 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,236 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,237 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,238 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,239 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,240 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,241 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,242 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,243 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,244 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,245 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,246 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,247 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,248 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,249 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,250 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,251 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,252 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,253 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,254 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,255 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,256 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,257 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,258 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,259 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,260 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15220== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,261 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15220== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,262 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15220== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,263 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15220== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,264 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,265 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,266 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,267 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,268 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,269 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,270 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,271 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,272 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,273 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,274 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,275 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,276 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,277 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,278 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15220== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,279 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15220== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,280 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15220== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,281 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,282 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,283 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,284 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,285 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,286 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,287 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15220== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,288 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,289 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15220== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,290 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,291 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,292 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,293 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15220== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,294 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5479E68: fs_init (lj_parse.c:1617)
==15220== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15220== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15220== by 0x51501B: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:154)
==15220== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15220== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15220== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15220== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15220== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15220== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15220== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15220== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15220== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15220== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15220== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,295 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514C08: ngx_http_lua_log_by_chunk (ngx_http_lua_logby.c:225)
==15220== by 0x515035: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:163)
==15220== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15220== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15220== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15220== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15220== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15220== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15220== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15220== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15220== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15220== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15220== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_log_by_chunk
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,296 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x546E332: cpluaopen (lj_state.c:149)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x546E64F: lua_newstate (lj_state.c:222)
==15220== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15220== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15220== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,297 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x546E344: cpluaopen (lj_state.c:150)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x546E64F: lua_newstate (lj_state.c:222)
==15220== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15220== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15220== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,298 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15220== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,299 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15220== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,300 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,301 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15220== by 0x54C619B: luaopen_package (lib_package.c:592)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,302 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15220== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,303 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15220== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15220== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,304 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,305 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C3414: luaopen_table (lib_table.c:384)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,306 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C343B: luaopen_table (lib_table.c:385)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,307 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C3462: luaopen_table (lib_table.c:386)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,308 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C3489: luaopen_table (lib_table.c:387)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,309 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,310 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,311 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,312 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C4976: luaopen_io (lib_io.c:533)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,313 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C528D: luaopen_os (lib_os.c:289)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,314 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C278F: luaopen_string (lib_string.c:739)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,315 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,316 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,317 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,318 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,319 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,320 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15220== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,321 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,322 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,323 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,324 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15220== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,325 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15220== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,326 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15220== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,327 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15220== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,328 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15220== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,329 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,330 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,331 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,332 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,333 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,334 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,335 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,336 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15220== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,337 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15220== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,338 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15220== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,339 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15220== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,340 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,341 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,342 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15220== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,343 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,344 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,345 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,346 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,347 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15220== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,348 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,349 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,350 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,351 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,352 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,353 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,354 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,355 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,356 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,357 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,358 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,359 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,360 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15220== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,361 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,362 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,363 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,364 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,365 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,366 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,367 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,368 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,369 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,370 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,371 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,372 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,373 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15220== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,374 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,375 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,376 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,377 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,378 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15220== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,379 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15220== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,380 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15220== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,381 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15220== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,382 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15220== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,383 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15220== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,384 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,385 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,386 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,387 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,388 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,389 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,390 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,391 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,392 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,393 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,394 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,395 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15220== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,396 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15220== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,397 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15220== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,398 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15220== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,399 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15220== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,400 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15220== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,401 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,402 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,403 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,404 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,405 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,406 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,407 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,408 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,409 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15220== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,410 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15220== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,411 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15220== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,412 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15220== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,413 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15220== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,414 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15220== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,415 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,416 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,417 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,418 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,419 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,420 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,421 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15220== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,422 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15220== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,423 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15220== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,424 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15220== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,425 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15220== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,426 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15220== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,427 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,428 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,429 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,430 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,431 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,432 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,433 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,434 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,435 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,436 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,437 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,438 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,439 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,440 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,441 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,442 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,443 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,444 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,445 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,446 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,447 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,448 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,449 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,450 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,451 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,452 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,453 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,454 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,455 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,456 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,457 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,458 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,459 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,460 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,461 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,462 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,463 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,464 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,465 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,466 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,467 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,468 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,469 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,470 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,471 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,472 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15220== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,473 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15220== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,474 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15220== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,475 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15220== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,476 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,477 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,478 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,479 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,480 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,481 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,482 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,483 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,484 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,485 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,486 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,487 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,488 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,489 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,490 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15220== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,491 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15220== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,492 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15220== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,493 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,494 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,495 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,496 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,497 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,498 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,499 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15220== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,500 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15220== by 0x546804A: lj_buf_more2 (lj_buf.c:46)
==15220== by 0x546BA1E: lj_buf_more (lj_buf.h:64)
==15220== by 0x546BA1E: lj_meta_cat (lj_meta.c:287)
==15220== by 0x5461C5B: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_more2
fun:lj_buf_more
fun:lj_meta_cat
fun:lj_BC_CAT
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,501 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,502 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15220== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,503 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,504 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,505 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468F59: newtab (lj_tab.c:124)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 32 bytes in 1 blocks are definitely lost in loss record 2,506 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15220== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 33 bytes in 1 blocks are definitely lost in loss record 2,509 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 33 bytes in 1 blocks are definitely lost in loss record 2,510 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 33 bytes in 1 blocks are definitely lost in loss record 2,511 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 33 bytes in 1 blocks are definitely lost in loss record 2,512 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15220== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 33 bytes in 1 blocks are definitely lost in loss record 2,513 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 33 bytes in 1 blocks are definitely lost in loss record 2,514 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 33 bytes in 1 blocks are definitely lost in loss record 2,515 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 33 bytes in 1 blocks are definitely lost in loss record 2,516 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15220== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 34 bytes in 1 blocks are definitely lost in loss record 2,519 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x546E399: cpluaopen (lj_state.c:154)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x546E64F: lua_newstate (lj_state.c:222)
==15220== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15220== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15220== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 34 bytes in 1 blocks are definitely lost in loss record 2,520 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 34 bytes in 1 blocks are definitely lost in loss record 2,521 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x546E399: cpluaopen (lj_state.c:154)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x546E64F: lua_newstate (lj_state.c:222)
==15220== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15220== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15220== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 34 bytes in 1 blocks are definitely lost in loss record 2,522 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 36 bytes in 1 blocks are definitely lost in loss record 2,537 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 36 bytes in 1 blocks are definitely lost in loss record 2,538 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 36 bytes in 2 blocks are definitely lost in loss record 2,539 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15220== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15220== by 0x547E302: parse_args (lj_parse.c:1902)
==15220== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15220== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15220== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15220== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547F25B: parse_local (lj_parse.c:2261)
==15220== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15220== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 36 bytes in 2 blocks are definitely lost in loss record 2,540 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15220== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15220== by 0x547E302: parse_args (lj_parse.c:1902)
==15220== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15220== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15220== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15220== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547F25B: parse_local (lj_parse.c:2261)
==15220== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15220== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 37 bytes in 1 blocks are definitely lost in loss record 2,541 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 37 bytes in 1 blocks are definitely lost in loss record 2,542 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 37 bytes in 1 blocks are definitely lost in loss record 2,543 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 37 bytes in 1 blocks are definitely lost in loss record 2,544 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 37 bytes in 1 blocks are definitely lost in loss record 2,545 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 37 bytes in 1 blocks are definitely lost in loss record 2,546 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 38 bytes in 1 blocks are definitely lost in loss record 2,549 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 38 bytes in 1 blocks are definitely lost in loss record 2,550 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 38 bytes in 1 blocks are definitely lost in loss record 2,551 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 38 bytes in 1 blocks are definitely lost in loss record 2,552 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 39 bytes in 1 blocks are definitely lost in loss record 2,555 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 39 bytes in 1 blocks are definitely lost in loss record 2,556 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 39 bytes in 1 blocks are definitely lost in loss record 2,557 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 39 bytes in 1 blocks are definitely lost in loss record 2,558 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 39 bytes in 1 blocks are definitely lost in loss record 2,559 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 39 bytes in 1 blocks are definitely lost in loss record 2,560 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 1 blocks are definitely lost in loss record 2,614 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15220== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15220== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15220== by 0x54C4992: luaopen_io (lib_io.c:534)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 1 blocks are definitely lost in loss record 2,615 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15220== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15220== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15220== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 1 blocks are definitely lost in loss record 2,616 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15220== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15220== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15220== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 1 blocks are definitely lost in loss record 2,617 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 1 blocks are definitely lost in loss record 2,618 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 1 blocks are definitely lost in loss record 2,619 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15220== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 1 blocks are definitely lost in loss record 2,620 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15220== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15220== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15220== by 0x54C4992: luaopen_io (lib_io.c:534)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 1 blocks are definitely lost in loss record 2,621 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15220== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15220== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15220== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 1 blocks are definitely lost in loss record 2,622 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15220== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15220== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15220== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 1 blocks are definitely lost in loss record 2,623 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 1 blocks are definitely lost in loss record 2,624 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 1 blocks are definitely lost in loss record 2,625 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15220== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 2 blocks are definitely lost in loss record 2,626 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15220== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15220== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 2 blocks are definitely lost in loss record 2,627 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 2 blocks are definitely lost in loss record 2,628 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15220== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15220== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 40 bytes in 2 blocks are definitely lost in loss record 2,629 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 41 bytes in 1 blocks are definitely lost in loss record 2,630 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 41 bytes in 1 blocks are definitely lost in loss record 2,631 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 41 bytes in 1 blocks are definitely lost in loss record 2,632 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 41 bytes in 1 blocks are definitely lost in loss record 2,633 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 42 bytes in 1 blocks are definitely lost in loss record 2,634 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 42 bytes in 1 blocks are definitely lost in loss record 2,635 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 43 bytes in 1 blocks are definitely lost in loss record 2,645 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 43 bytes in 1 blocks are definitely lost in loss record 2,646 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 43 bytes in 2 blocks are definitely lost in loss record 2,647 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 43 bytes in 2 blocks are definitely lost in loss record 2,648 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 44 bytes in 1 blocks are definitely lost in loss record 2,653 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 44 bytes in 1 blocks are definitely lost in loss record 2,654 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15220== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 47 bytes in 2 blocks are definitely lost in loss record 2,663 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15220== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 47 bytes in 2 blocks are definitely lost in loss record 2,664 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15220== by 0x54C6353: luaopen_package (lib_package.c:619)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 47 bytes in 2 blocks are definitely lost in loss record 2,665 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15220== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 47 bytes in 2 blocks are definitely lost in loss record 2,666 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15220== by 0x54C6353: luaopen_package (lib_package.c:619)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,758 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15220== by 0x54C0103: luaopen_base (lib_base.c:706)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,759 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15220== by 0x54C619B: luaopen_package (lib_package.c:592)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,760 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x54C279E: luaopen_string (lib_string.c:740)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,761 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,762 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,763 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,764 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15220== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,765 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15220== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,766 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,767 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,768 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15220== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,769 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15220== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,770 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,771 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,772 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,773 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,774 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,775 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,776 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15220== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,777 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15220== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,778 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,779 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15220== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,780 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468EB7: newtab (lj_tab.c:109)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15220== by 0x547D619: expr_simple (lj_parse.c:2004)
==15220== by 0x547D619: expr_unop (lj_parse.c:2077)
==15220== by 0x547D619: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547F25B: parse_local (lj_parse.c:2261)
==15220== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547EE83: parse_func (lj_parse.c:2286)
==15220== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15220== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,781 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5469CC4: newhpart (lj_tab.c:66)
==15220== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15220== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15220== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15220== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==15220== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==15220== by 0x547983F: lex_scan (lj_lex.c:301)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x547F837: lj_parse (lj_parse.c:2717)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15220== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15220== by 0x51501B: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:154)
==15220== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15220== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15220== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15220== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15220== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15220== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15220== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15220== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15220== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15220== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15220== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,782 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15220== by 0x54C0103: luaopen_base (lib_base.c:706)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,783 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15220== by 0x54C619B: luaopen_package (lib_package.c:592)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,784 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x54C279E: luaopen_string (lib_string.c:740)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,785 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,786 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,787 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15220== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15220== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,788 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15220== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,789 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15220== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,790 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,791 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15220== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,792 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15220== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,793 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15220== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,794 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,795 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,796 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,797 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,798 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,799 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,800 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15220== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,801 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15220== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,802 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,803 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15220== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 48 bytes in 1 blocks are definitely lost in loss record 2,804 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468EB7: newtab (lj_tab.c:109)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15220== by 0x547D619: expr_simple (lj_parse.c:2004)
==15220== by 0x547D619: expr_unop (lj_parse.c:2077)
==15220== by 0x547D619: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547F25B: parse_local (lj_parse.c:2261)
==15220== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547EE83: parse_func (lj_parse.c:2286)
==15220== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15220== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 49 bytes in 1 blocks are definitely lost in loss record 2,807 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15220== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15220== by 0x547E302: parse_args (lj_parse.c:1902)
==15220== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15220== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15220== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15220== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547F172: parse_local (lj_parse.c:2248)
==15220== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 49 bytes in 1 blocks are definitely lost in loss record 2,808 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15220== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15220== by 0x547E302: parse_args (lj_parse.c:1902)
==15220== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15220== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15220== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15220== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547F172: parse_local (lj_parse.c:2248)
==15220== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 60 bytes in 2 blocks are definitely lost in loss record 2,843 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 60 bytes in 2 blocks are definitely lost in loss record 2,844 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15220== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 62 bytes in 3 blocks are definitely lost in loss record 2,847 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15220== by 0x547DB92: expr_table (lj_parse.c:1762)
==15220== by 0x547D619: expr_simple (lj_parse.c:2004)
==15220== by 0x547D619: expr_unop (lj_parse.c:2077)
==15220== by 0x547D619: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547F25B: parse_local (lj_parse.c:2261)
==15220== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547EE83: parse_func (lj_parse.c:2286)
==15220== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15220== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 62 bytes in 3 blocks are definitely lost in loss record 2,848 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15220== by 0x5479986: lex_string (lj_lex.c:280)
==15220== by 0x5479986: lex_scan (lj_lex.c:364)
==15220== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15220== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15220== by 0x547DB92: expr_table (lj_parse.c:1762)
==15220== by 0x547D619: expr_simple (lj_parse.c:2004)
==15220== by 0x547D619: expr_unop (lj_parse.c:2077)
==15220== by 0x547D619: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547F25B: parse_local (lj_parse.c:2261)
==15220== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547EE83: parse_func (lj_parse.c:2286)
==15220== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15220== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 64 bytes in 1 blocks are definitely lost in loss record 2,922 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15220== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15220== by 0x54C073D: luaopen_math (lib_math.c:221)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 64 bytes in 1 blocks are definitely lost in loss record 2,923 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15220== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15220== by 0x54C073D: luaopen_math (lib_math.c:221)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 64 bytes in 2 blocks are definitely lost in loss record 2,924 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15220== by 0x54C6353: luaopen_package (lib_package.c:619)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 64 bytes in 2 blocks are definitely lost in loss record 2,925 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 64 bytes in 2 blocks are definitely lost in loss record 2,926 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 64 bytes in 2 blocks are definitely lost in loss record 2,927 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15220== by 0x54C6353: luaopen_package (lib_package.c:619)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 64 bytes in 2 blocks are definitely lost in loss record 2,928 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 64 bytes in 2 blocks are definitely lost in loss record 2,929 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 67 bytes in 3 blocks are definitely lost in loss record 2,932 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 67 bytes in 3 blocks are definitely lost in loss record 2,933 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 72 bytes in 1 blocks are definitely lost in loss record 2,956 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468EB7: newtab (lj_tab.c:109)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,957 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15220== by 0x54B7C74: clib_new (lj_clib.c:398)
==15220== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15220== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 72 bytes in 1 blocks are definitely lost in loss record 2,958 of 3,672
==15220== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15220== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15220== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15220== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15220== by 0x547DE88: expr_table (lj_parse.c:1746)
==15220== by 0x547D619: expr_simple (lj_parse.c:2004)
==15220== by 0x547D619: expr_unop (lj_parse.c:2077)
==15220== by 0x547D619: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547F25B: parse_local (lj_parse.c:2261)
==15220== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547EE83: parse_func (lj_parse.c:2286)
==15220== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15220== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 72 bytes in 1 blocks are definitely lost in loss record 2,959 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468EB7: newtab (lj_tab.c:109)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,960 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15220== by 0x54B7C74: clib_new (lj_clib.c:398)
==15220== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15220== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 72 bytes in 1 blocks are definitely lost in loss record 2,961 of 3,672
==15220== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15220== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15220== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15220== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15220== by 0x547DE88: expr_table (lj_parse.c:1746)
==15220== by 0x547D619: expr_simple (lj_parse.c:2004)
==15220== by 0x547D619: expr_unop (lj_parse.c:2077)
==15220== by 0x547D619: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547F25B: parse_local (lj_parse.c:2261)
==15220== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547EE83: parse_func (lj_parse.c:2286)
==15220== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15220== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 80 bytes in 1 blocks are definitely lost in loss record 3,001 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15220== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15220== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C278F: luaopen_string (lib_string.c:739)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 80 bytes in 1 blocks are definitely lost in loss record 3,002 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54762EB: lua_getfield (lj_api.c:800)
==15220== by 0x503895: ngx_http_lua_cache_load_code (ngx_http_lua_cache.c:55)
==15220== by 0x5039D3: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:162)
==15220== by 0x51501B: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:154)
==15220== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15220== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15220== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15220== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15220== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15220== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15220== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15220== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15220== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15220== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15220== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:ngx_http_lua_cache_load_code
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 80 bytes in 1 blocks are definitely lost in loss record 3,003 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15220== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15220== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C278F: luaopen_string (lib_string.c:739)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 88 bytes in 4 blocks are definitely lost in loss record 3,010 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C4976: luaopen_io (lib_io.c:533)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 88 bytes in 4 blocks are definitely lost in loss record 3,011 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C4976: luaopen_io (lib_io.c:533)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 91 bytes in 4 blocks are definitely lost in loss record 3,012 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15220== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 91 bytes in 4 blocks are definitely lost in loss record 3,013 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15220== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 92 bytes in 1 blocks are definitely lost in loss record 3,014 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547F857: lj_parse (lj_parse.c:2721)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15220== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15220== by 0x51501B: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:154)
==15220== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15220== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15220== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15220== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15220== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15220== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15220== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15220== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15220== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15220== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15220== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 1 blocks are definitely lost in loss record 3,053 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 1 blocks are definitely lost in loss record 3,054 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15220== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 1 blocks are definitely lost in loss record 3,055 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 1 blocks are definitely lost in loss record 3,056 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 1 blocks are definitely lost in loss record 3,057 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 1 blocks are definitely lost in loss record 3,058 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 1 blocks are definitely lost in loss record 3,059 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 1 blocks are definitely lost in loss record 3,060 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15220== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 1 blocks are definitely lost in loss record 3,061 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15220== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 1 blocks are definitely lost in loss record 3,062 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15220== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 1 blocks are definitely lost in loss record 3,063 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 1 blocks are definitely lost in loss record 3,064 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 3 blocks are definitely lost in loss record 3,065 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15220== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 3 blocks are definitely lost in loss record 3,066 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 3 blocks are definitely lost in loss record 3,067 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15220== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 96 bytes in 3 blocks are definitely lost in loss record 3,068 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 100 bytes in 5 blocks are definitely lost in loss record 3,071 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15220== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15220== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 100 bytes in 5 blocks are definitely lost in loss record 3,072 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15220== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15220== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 104 bytes in 1 blocks are definitely lost in loss record 3,073 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x5468EB7: newtab (lj_tab.c:109)
==15220== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15220== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x514C2E: ngx_http_lua_log_by_chunk (ngx_http_lua_logby.c:229)
==15220== by 0x515035: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:163)
==15220== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15220== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15220== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15220== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15220== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15220== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15220== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15220== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15220== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15220== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15220== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_log_by_chunk
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 108 bytes in 5 blocks are definitely lost in loss record 3,076 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 108 bytes in 5 blocks are definitely lost in loss record 3,077 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 114 bytes in 5 blocks are definitely lost in loss record 3,094 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 114 bytes in 5 blocks are definitely lost in loss record 3,095 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 119 bytes in 1 blocks are definitely lost in loss record 3,096 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5475745: lua_pushstring (lj_api.c:652)
==15220== by 0x54C607A: setpath (lib_package.c:555)
==15220== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 119 bytes in 1 blocks are definitely lost in loss record 3,097 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5475745: lua_pushstring (lj_api.c:652)
==15220== by 0x54C607A: setpath (lib_package.c:555)
==15220== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 120 bytes in 5 blocks are definitely lost in loss record 3,108 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546AB0F: func_finduv (lj_func.c:52)
==15220== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15220== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 120 bytes in 5 blocks are definitely lost in loss record 3,109 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546AB0F: func_finduv (lj_func.c:52)
==15220== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15220== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 125 bytes in 6 blocks are definitely lost in loss record 3,113 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5475745: lua_pushstring (lj_api.c:652)
==15220== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 125 bytes in 6 blocks are definitely lost in loss record 3,114 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5475745: lua_pushstring (lj_api.c:652)
==15220== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 126 bytes in 1 blocks are definitely lost in loss record 3,115 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547C960: parse_body (lj_parse.c:1855)
==15220== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15220== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15220== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547EF73: parse_return (lj_parse.c:2316)
==15220== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15220== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15220== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15220== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15220== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15220== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15220== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 126 bytes in 1 blocks are definitely lost in loss record 3,116 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547C960: parse_body (lj_parse.c:1855)
==15220== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15220== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15220== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547EF73: parse_return (lj_parse.c:2316)
==15220== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15220== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15220== by 0x547C930: parse_body (lj_parse.c:1853)
==15220== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15220== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15220== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15220== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15220== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15220== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 128 bytes in 4 blocks are definitely lost in loss record 3,159 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15220== by 0x54C6212: luaopen_package (lib_package.c:599)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 128 bytes in 4 blocks are definitely lost in loss record 3,160 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 128 bytes in 4 blocks are definitely lost in loss record 3,161 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15220== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15220== by 0x54C6212: luaopen_package (lib_package.c:599)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 128 bytes in 4 blocks are definitely lost in loss record 3,162 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 130 bytes in 1 blocks are definitely lost in loss record 3,163 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547C960: parse_body (lj_parse.c:1855)
==15220== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15220== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15220== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15220== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15220== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15220== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 130 bytes in 1 blocks are definitely lost in loss record 3,164 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547C960: parse_body (lj_parse.c:1855)
==15220== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15220== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15220== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15220== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15220== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15220== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 157 bytes in 6 blocks are definitely lost in loss record 3,182 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 157 bytes in 6 blocks are definitely lost in loss record 3,183 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 160 bytes in 5 blocks are definitely lost in loss record 3,198 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 160 bytes in 5 blocks are definitely lost in loss record 3,199 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 172 bytes in 5 blocks are definitely lost in loss record 3,207 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15220== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 172 bytes in 5 blocks are definitely lost in loss record 3,208 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A70B: func_newL (lj_func.c:122)
==15220== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15220== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 174 bytes in 8 blocks are definitely lost in loss record 3,209 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C278F: luaopen_string (lib_string.c:739)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 174 bytes in 8 blocks are definitely lost in loss record 3,210 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C278F: luaopen_string (lib_string.c:739)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 176 bytes in 2 blocks are definitely lost in loss record 3,219 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15220== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15220== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 176 bytes in 2 blocks are definitely lost in loss record 3,220 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15220== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15220== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 186 bytes in 8 blocks are definitely lost in loss record 3,229 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C528D: luaopen_os (lib_os.c:289)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 186 bytes in 8 blocks are definitely lost in loss record 3,230 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C528D: luaopen_os (lib_os.c:289)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 1 blocks are definitely lost in loss record 3,236 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15220== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 1 blocks are definitely lost in loss record 3,237 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15220== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 1 blocks are definitely lost in loss record 3,238 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 1 blocks are definitely lost in loss record 3,239 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 1 blocks are definitely lost in loss record 3,240 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 1 blocks are definitely lost in loss record 3,241 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 1 blocks are definitely lost in loss record 3,242 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 1 blocks are definitely lost in loss record 3,243 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15220== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 1 blocks are definitely lost in loss record 3,244 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15220== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 1 blocks are definitely lost in loss record 3,245 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15220== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 1 blocks are definitely lost in loss record 3,246 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 1 blocks are definitely lost in loss record 3,247 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 1 blocks are definitely lost in loss record 3,248 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15220== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 1 blocks are definitely lost in loss record 3,249 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15220== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 6 blocks are definitely lost in loss record 3,250 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 192 bytes in 6 blocks are definitely lost in loss record 3,251 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 200 bytes in 1 blocks are definitely lost in loss record 3,252 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547F857: lj_parse (lj_parse.c:2721)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15220== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 200 bytes in 1 blocks are definitely lost in loss record 3,253 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547F857: lj_parse (lj_parse.c:2721)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15220== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 200 bytes in 5 blocks are definitely lost in loss record 3,254 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15220== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15220== by 0x54C38CD: io_file_new (lib_io.c:73)
==15220== by 0x54C3BCF: lj_cf_io_popen (lib_io.c:413)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x514C2E: ngx_http_lua_log_by_chunk (ngx_http_lua_logby.c:229)
==15220== by 0x515035: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:163)
==15220== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15220== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15220== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15220== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15220== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15220== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15220== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15220== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15220== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15220== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15220== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_file_new
fun:lj_cf_io_popen
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_log_by_chunk
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 212 bytes in 1 blocks are definitely lost in loss record 3,257 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547C960: parse_body (lj_parse.c:1855)
==15220== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15220== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15220== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15220== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15220== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15220== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F688: parse_block (lj_parse.c:2402)
==15220== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15220== by 0x547F049: parse_for (lj_parse.c:2577)
==15220== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15220== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 212 bytes in 1 blocks are definitely lost in loss record 3,258 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547C960: parse_body (lj_parse.c:1855)
==15220== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15220== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15220== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15220== by 0x547D9A5: expr (lj_parse.c:2109)
==15220== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15220== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15220== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15220== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15220== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F688: parse_block (lj_parse.c:2402)
==15220== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15220== by 0x547F049: parse_for (lj_parse.c:2577)
==15220== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15220== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 216 bytes in 10 blocks are definitely lost in loss record 3,259 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 216 bytes in 10 blocks are definitely lost in loss record 3,260 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 218 bytes in 1 blocks are definitely lost in loss record 3,261 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5475745: lua_pushstring (lj_api.c:652)
==15220== by 0x54C607A: setpath (lib_package.c:555)
==15220== by 0x54C6293: luaopen_package (lib_package.c:610)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 218 bytes in 1 blocks are definitely lost in loss record 3,262 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5475745: lua_pushstring (lj_api.c:652)
==15220== by 0x54C607A: setpath (lib_package.c:555)
==15220== by 0x54C6293: luaopen_package (lib_package.c:610)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,263 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547F857: lj_parse (lj_parse.c:2721)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,264 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547F857: lj_parse (lj_parse.c:2721)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 229 bytes in 10 blocks are definitely lost in loss record 3,273 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15220== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 229 bytes in 10 blocks are definitely lost in loss record 3,274 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15220== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 243 bytes in 5 blocks are definitely lost in loss record 3,275 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54C109B: lj_buf_str (lj_buf.h:100)
==15220== by 0x54C109B: lj_cf_string_format (lib_string.c:726)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x514C2E: ngx_http_lua_log_by_chunk (ngx_http_lua_logby.c:229)
==15220== by 0x515035: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:163)
==15220== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15220== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15220== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15220== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15220== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15220== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15220== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15220== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15220== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15220== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15220== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_cf_string_format
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_log_by_chunk
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 245 bytes in 11 blocks are definitely lost in loss record 3,276 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 245 bytes in 11 blocks are definitely lost in loss record 3,277 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 288 bytes in 9 blocks are definitely lost in loss record 3,305 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 288 bytes in 9 blocks are definitely lost in loss record 3,306 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 310 bytes in 1 blocks are definitely lost in loss record 3,314 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547C960: parse_body (lj_parse.c:1855)
==15220== by 0x547F172: parse_local (lj_parse.c:2248)
==15220== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 310 bytes in 1 blocks are definitely lost in loss record 3,315 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547C960: parse_body (lj_parse.c:1855)
==15220== by 0x547F172: parse_local (lj_parse.c:2248)
==15220== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15220== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 352 bytes in 11 blocks are definitely lost in loss record 3,333 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C4976: luaopen_io (lib_io.c:533)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 352 bytes in 11 blocks are definitely lost in loss record 3,334 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C528D: luaopen_os (lib_os.c:289)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 352 bytes in 11 blocks are definitely lost in loss record 3,335 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C4976: luaopen_io (lib_io.c:533)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 352 bytes in 11 blocks are definitely lost in loss record 3,336 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C528D: luaopen_os (lib_os.c:289)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 360 bytes in 15 blocks are definitely lost in loss record 3,340 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546AB0F: func_finduv (lj_func.c:52)
==15220== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15220== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 360 bytes in 15 blocks are definitely lost in loss record 3,341 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x546AB0F: func_finduv (lj_func.c:52)
==15220== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15220== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 363 bytes in 1 blocks are definitely lost in loss record 3,342 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547C960: parse_body (lj_parse.c:1855)
==15220== by 0x547EE83: parse_func (lj_parse.c:2286)
==15220== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15220== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 363 bytes in 1 blocks are definitely lost in loss record 3,343 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15220== by 0x547C960: parse_body (lj_parse.c:1855)
==15220== by 0x547EE83: parse_func (lj_parse.c:2286)
==15220== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15220== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15220== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15220== by 0x548153A: cpparser (lj_load.c:41)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x548165A: lua_loadx (lj_load.c:58)
==15220== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15220== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15220== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 382 bytes in 18 blocks are definitely lost in loss record 3,348 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 382 bytes in 18 blocks are definitely lost in loss record 3,349 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,358 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15220== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,359 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5469CC4: newhpart (lj_tab.c:66)
==15220== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15220== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15220== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15220== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15220== by 0x5476F58: lua_setfield (lj_api.c:972)
==15220== by 0x54C6335: luaopen_package (lib_package.c:617)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,360 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,361 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,362 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C4976: luaopen_io (lib_io.c:533)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,363 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C528D: luaopen_os (lib_os.c:289)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,364 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C278F: luaopen_string (lib_string.c:739)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,365 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,366 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,367 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,368 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5469CC4: newhpart (lj_tab.c:66)
==15220== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15220== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15220== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15220== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15220== by 0x5476F58: lua_setfield (lj_api.c:972)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,369 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15220== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,370 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,371 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,372 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15220== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,373 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5469CC4: newhpart (lj_tab.c:66)
==15220== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15220== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15220== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15220== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15220== by 0x5476F58: lua_setfield (lj_api.c:972)
==15220== by 0x54C6335: luaopen_package (lib_package.c:617)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,374 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,375 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,376 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C4976: luaopen_io (lib_io.c:533)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,377 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C528D: luaopen_os (lib_os.c:289)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,378 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C278F: luaopen_string (lib_string.c:739)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,379 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,380 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,381 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,382 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5469CC4: newhpart (lj_tab.c:66)
==15220== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15220== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15220== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15220== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15220== by 0x5476F58: lua_setfield (lj_api.c:972)
==15220== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15220== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,383 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15220== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,384 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 1 blocks are definitely lost in loss record 3,385 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15220== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 12 blocks are definitely lost in loss record 3,386 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 384 bytes in 12 blocks are definitely lost in loss record 3,387 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 416 bytes in 13 blocks are definitely lost in loss record 3,391 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C278F: luaopen_string (lib_string.c:739)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 416 bytes in 13 blocks are definitely lost in loss record 3,392 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C278F: luaopen_string (lib_string.c:739)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 438 bytes in 19 blocks are definitely lost in loss record 3,397 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15220== by 0x546E387: cpluaopen (lj_state.c:152)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x546E64F: lua_newstate (lj_state.c:222)
==15220== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15220== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15220== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 438 bytes in 19 blocks are definitely lost in loss record 3,398 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15220== by 0x546E387: cpluaopen (lj_state.c:152)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x546E64F: lua_newstate (lj_state.c:222)
==15220== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15220== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15220== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 442 bytes in 21 blocks are definitely lost in loss record 3,399 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15220== by 0x546E38F: cpluaopen (lj_state.c:153)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x546E64F: lua_newstate (lj_state.c:222)
==15220== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15220== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15220== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 442 bytes in 21 blocks are definitely lost in loss record 3,400 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15220== by 0x546E38F: cpluaopen (lj_state.c:153)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x546E64F: lua_newstate (lj_state.c:222)
==15220== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15220== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15220== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 462 bytes in 19 blocks are definitely lost in loss record 3,409 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 462 bytes in 19 blocks are definitely lost in loss record 3,410 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15220== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 512 bytes in 16 blocks are definitely lost in loss record 3,450 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 512 bytes in 16 blocks are definitely lost in loss record 3,451 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 544 bytes in 17 blocks are definitely lost in loss record 3,461 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 544 bytes in 17 blocks are definitely lost in loss record 3,462 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 576 bytes in 18 blocks are definitely lost in loss record 3,473 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 576 bytes in 18 blocks are definitely lost in loss record 3,474 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 760 bytes in 5 blocks are definitely lost in loss record 3,509 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15220== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15220== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 760 bytes in 5 blocks are definitely lost in loss record 3,510 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15220== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15220== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15220== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 768 bytes in 1 blocks are definitely lost in loss record 3,513 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 768 bytes in 1 blocks are definitely lost in loss record 3,514 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15220== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 768 bytes in 1 blocks are definitely lost in loss record 3,515 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15220== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 768 bytes in 1 blocks are definitely lost in loss record 3,516 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 768 bytes in 1 blocks are definitely lost in loss record 3,517 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5469CC4: newhpart (lj_tab.c:66)
==15220== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15220== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15220== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15220== by 0x547710F: lua_rawset (lj_api.c:991)
==15220== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 768 bytes in 1 blocks are definitely lost in loss record 3,518 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 768 bytes in 1 blocks are definitely lost in loss record 3,519 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 768 bytes in 1 blocks are definitely lost in loss record 3,520 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15220== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15220== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 768 bytes in 1 blocks are definitely lost in loss record 3,521 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15220== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 768 bytes in 1 blocks are definitely lost in loss record 3,522 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15220== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15220== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 768 bytes in 1 blocks are definitely lost in loss record 3,523 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15220== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 768 bytes in 1 blocks are definitely lost in loss record 3,524 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5469CC4: newhpart (lj_tab.c:66)
==15220== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15220== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15220== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15220== by 0x547710F: lua_rawset (lj_api.c:991)
==15220== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15220== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 768 bytes in 1 blocks are definitely lost in loss record 3,525 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 768 bytes in 1 blocks are definitely lost in loss record 3,526 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15220== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15220== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 848 bytes in 26 blocks are definitely lost in loss record 3,541 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 848 bytes in 26 blocks are definitely lost in loss record 3,542 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C0761: luaopen_math (lib_math.c:223)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 1,000 bytes in 27 blocks are definitely lost in loss record 3,559 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 1,000 bytes in 27 blocks are definitely lost in loss record 3,560 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15220== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15220== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15220== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15220== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15220== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 1,446 bytes in 59 blocks are definitely lost in loss record 3,597 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15220== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 1,446 bytes in 59 blocks are definitely lost in loss record 3,598 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468C42: lj_str_new (lj_str.c:220)
==15220== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15220== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 1,536 bytes in 1 blocks are definitely lost in loss record 3,604 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x546E332: cpluaopen (lj_state.c:149)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x546E64F: lua_newstate (lj_state.c:222)
==15220== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15220== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15220== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 1,536 bytes in 1 blocks are definitely lost in loss record 3,605 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x546E332: cpluaopen (lj_state.c:149)
==15220== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x546E64F: lua_newstate (lj_state.c:222)
==15220== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15220== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15220== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,632 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15220== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,633 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15220== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15220== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 3,072 bytes in 1 blocks are definitely lost in loss record 3,640 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x422D15: main (nginx.c:294)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 3,072 bytes in 1 blocks are definitely lost in loss record 3,641 of 3,672
==15220== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15220== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5468F18: newhpart (lj_tab.c:66)
==15220== by 0x5468F18: newtab (lj_tab.c:145)
==15220== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15220== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15220== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15220== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15220== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15220== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15220== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15220== by 0x459663: ngx_http_block (ngx_http.c:312)
==15220== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15220== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15220== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15220== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 9: lua_sa_restart on (default) - SA_RESTART is effective in log_by_lua* ==15220== 8,192 bytes in 1 blocks are definitely lost in loss record 3,669 of 3,672
==15220== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15220== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15220== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15220== by 0x5467FEA: lj_buf_need2 (lj_buf.c:36)
==15220== by 0x54C3F98: io_file_readall (lib_io.c:166)
==15220== by 0x54C3F98: io_file_read (lib_io.c:212)
==15220== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15220== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15220== by 0x514C2E: ngx_http_lua_log_by_chunk (ngx_http_lua_logby.c:229)
==15220== by 0x515035: ngx_http_lua_log_handler_inline (ngx_http_lua_logby.c:163)
==15220== by 0x514F87: ngx_http_lua_log_handler (ngx_http_lua_logby.c:136)
==15220== by 0x461FFD: ngx_http_log_request (ngx_http_request.c:3585)
==15220== by 0x463ADF: ngx_http_free_request (ngx_http_request.c:3532)
==15220== by 0x463C5A: ngx_http_close_request (ngx_http_request.c:3479)
==15220== by 0x4650A2: ngx_http_finalize_connection (ngx_http_request.c:2647)
==15220== by 0x46568C: ngx_http_finalize_request (ngx_http_request.c:2525)
==15220== by 0x46603E: ngx_http_writer (ngx_http_request.c:2753)
==15220== by 0x464170: ngx_http_request_handler (ngx_http_request.c:2247)
==15220== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15220== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15220== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15220== by 0x422F5B: main (nginx.c:382)
==15220==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_need2
fun:io_file_readall
fun:io_file_read
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_log_by_chunk
fun:ngx_http_lua_log_handler_inline
fun:ngx_http_lua_log_handler
fun:ngx_http_log_request
fun:ngx_http_free_request
fun:ngx_http_close_request
fun:ngx_http_finalize_connection
fun:ngx_http_finalize_request
fun:ngx_http_writer
fun:ngx_http_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== Invalid read of size 8
==15231== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15231== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15231== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15231== by 0x422F5B: main (nginx.c:382)
==15231== Address 0x30 is not stack'd, malloc'd or (recently) free'd
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_poll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231==
==15231== Process terminating with default action of signal 11 (SIGSEGV)
==15231== Access not within mapped region at address 0x30
==15231== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15231== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15231== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15231== by 0x422F5B: main (nginx.c:382)
==15231== If you believe this happened as a result of a stack
==15231== overflow in your program's main thread (unlikely but
==15231== possible), you can try to increase the size of the
==15231== main thread stack using the --main-stacksize= flag.
==15231== The main thread stack size used in this run was 8388608.
==15231== 18 bytes in 1 blocks are definitely lost in loss record 880 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15231== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 18 bytes in 1 blocks are definitely lost in loss record 881 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15231== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 19 bytes in 1 blocks are definitely lost in loss record 886 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 19 bytes in 1 blocks are definitely lost in loss record 887 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 19 bytes in 1 blocks are definitely lost in loss record 888 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 19 bytes in 1 blocks are definitely lost in loss record 889 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 19 bytes in 1 blocks are definitely lost in loss record 890 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15231== by 0x547E594: expr_primary (lj_parse.c:1961)
==15231== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15231== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15231== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9CA: expr (lj_parse.c:2109)
==15231== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15231== by 0x547E302: parse_args (lj_parse.c:1902)
==15231== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15231== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15231== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15231== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547F25B: parse_local (lj_parse.c:2261)
==15231== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F688: parse_block (lj_parse.c:2402)
==15231== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15231== by 0x547F049: parse_for (lj_parse.c:2577)
==15231== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15231== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547EE83: parse_func (lj_parse.c:2286)
==15231== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15231== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 19 bytes in 1 blocks are definitely lost in loss record 891 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 19 bytes in 1 blocks are definitely lost in loss record 892 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 19 bytes in 1 blocks are definitely lost in loss record 893 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 19 bytes in 1 blocks are definitely lost in loss record 894 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 19 bytes in 1 blocks are definitely lost in loss record 895 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15231== by 0x547E594: expr_primary (lj_parse.c:1961)
==15231== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15231== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15231== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9CA: expr (lj_parse.c:2109)
==15231== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15231== by 0x547E302: parse_args (lj_parse.c:1902)
==15231== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15231== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15231== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15231== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547F25B: parse_local (lj_parse.c:2261)
==15231== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F688: parse_block (lj_parse.c:2402)
==15231== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15231== by 0x547F049: parse_for (lj_parse.c:2577)
==15231== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15231== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547EE83: parse_func (lj_parse.c:2286)
==15231== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15231== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 904 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15231== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C278F: luaopen_string (lib_string.c:739)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 905 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15231== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15231== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C278F: luaopen_string (lib_string.c:739)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 906 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15231== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 907 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15231== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 908 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15231== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 909 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 910 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 911 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15231== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15231== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 912 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15231== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 913 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 914 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 915 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 916 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 917 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15231== by 0x5481548: cpparser (lj_load.c:42)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15231== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 918 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15231== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 919 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 920 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x547983F: lex_scan (lj_lex.c:301)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15231== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15231== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15231== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 921 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15231== by 0x5481548: cpparser (lj_load.c:42)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 922 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 923 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 924 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 925 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15231== by 0x547D619: expr_simple (lj_parse.c:2004)
==15231== by 0x547D619: expr_unop (lj_parse.c:2077)
==15231== by 0x547D619: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547F25B: parse_local (lj_parse.c:2261)
==15231== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547EE83: parse_func (lj_parse.c:2286)
==15231== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15231== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 926 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15231== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15231== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 927 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15231== by 0x5481548: cpparser (lj_load.c:42)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15231== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15231== by 0x5053A9: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:179)
==15231== by 0x505300: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:163)
==15231== by 0x45F007: ngx_http_core_access_phase (ngx_http_core_module.c:1094)
==15231== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15231== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15231== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15231== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15231== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15231== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15231== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15231== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15231== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_access_handler_inline
fun:ngx_http_lua_access_handler
fun:ngx_http_core_access_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 928 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15231== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C278F: luaopen_string (lib_string.c:739)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 929 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15231== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15231== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C278F: luaopen_string (lib_string.c:739)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 930 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15231== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 931 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15231== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 932 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15231== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 933 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 934 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 935 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15231== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15231== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 936 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15231== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 937 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 938 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 939 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 940 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 941 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15231== by 0x5481548: cpparser (lj_load.c:42)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15231== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 942 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15231== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 943 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 944 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x547983F: lex_scan (lj_lex.c:301)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15231== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15231== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15231== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 945 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15231== by 0x5481548: cpparser (lj_load.c:42)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 946 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 947 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 948 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 949 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15231== by 0x547D619: expr_simple (lj_parse.c:2004)
==15231== by 0x547D619: expr_unop (lj_parse.c:2077)
==15231== by 0x547D619: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547F25B: parse_local (lj_parse.c:2261)
==15231== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547EE83: parse_func (lj_parse.c:2286)
==15231== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15231== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 20 bytes in 1 blocks are definitely lost in loss record 950 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15231== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15231== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 963 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C6293: luaopen_package (lib_package.c:610)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 964 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15231== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 965 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15231== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 966 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15231== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 967 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15231== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 968 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15231== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 969 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 970 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 971 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15231== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 972 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15231== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 973 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15231== by 0x547D108: expr_binop (lj_parse.c:2098)
==15231== by 0x547DA01: expr (lj_parse.c:2109)
==15231== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15231== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15231== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15231== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15231== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547F172: parse_local (lj_parse.c:2248)
==15231== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 974 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C6293: luaopen_package (lib_package.c:610)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 975 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15231== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 976 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15231== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 977 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15231== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 978 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15231== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 979 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15231== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 980 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 981 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 982 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15231== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 983 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15231== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 21 bytes in 1 blocks are definitely lost in loss record 984 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15231== by 0x547D108: expr_binop (lj_parse.c:2098)
==15231== by 0x547DA01: expr (lj_parse.c:2109)
==15231== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15231== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15231== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15231== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15231== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547F172: parse_local (lj_parse.c:2248)
==15231== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 998 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C4959: luaopen_io (lib_io.c:532)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 999 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15231== by 0x54C4992: luaopen_io (lib_io.c:534)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,000 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,001 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15231== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,002 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15231== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,003 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E832E: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:292)
==15231== by 0x4E832E: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,004 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15231== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,005 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15231== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,006 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,007 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15231== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,008 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15231== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,009 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,010 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,011 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C4959: luaopen_io (lib_io.c:532)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,012 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15231== by 0x54C4992: luaopen_io (lib_io.c:534)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,013 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,014 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15231== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,015 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15231== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,016 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15231== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,017 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15231== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,018 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,019 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15231== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,020 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15231== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,021 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 22 bytes in 1 blocks are definitely lost in loss record 1,022 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,029 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,030 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C6308: luaopen_package (lib_package.c:615)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,031 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15231== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,032 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15231== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,033 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15231== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,034 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15231== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,035 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,036 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,037 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,038 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,039 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,040 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,041 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,042 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C6308: luaopen_package (lib_package.c:615)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,043 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15231== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,044 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15231== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,045 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15231== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,046 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15231== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,047 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,048 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,049 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,050 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,051 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 23 bytes in 1 blocks are definitely lost in loss record 1,052 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,692 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15231== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,693 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C6243: luaopen_package (lib_package.c:606)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,694 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C6335: luaopen_package (lib_package.c:617)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,695 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15231== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,696 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54762EB: lua_getfield (lj_api.c:800)
==15231== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15231== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,697 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,698 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,699 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,700 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,701 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,702 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15231== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,703 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15231== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,704 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x547983F: lex_scan (lj_lex.c:301)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15231== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15231== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15231== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547F25B: parse_local (lj_parse.c:2261)
==15231== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,705 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,706 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,707 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,708 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,709 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15231== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,710 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C6243: luaopen_package (lib_package.c:606)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,711 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54C6335: luaopen_package (lib_package.c:617)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,712 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15231== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,713 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54762EB: lua_getfield (lj_api.c:800)
==15231== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15231== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,714 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,715 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,716 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,717 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,718 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,719 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15231== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,720 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15231== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,721 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x547983F: lex_scan (lj_lex.c:301)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15231== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15231== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15231== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547F25B: parse_local (lj_parse.c:2261)
==15231== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,722 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,723 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,724 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 24 bytes in 1 blocks are definitely lost in loss record 1,725 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,732 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15231== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15231== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15231== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,733 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,734 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,735 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,736 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,737 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,738 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,739 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,740 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,741 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,742 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15231== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15231== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15231== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,743 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,744 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,745 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,746 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,747 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,748 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,749 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,750 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 25 bytes in 1 blocks are definitely lost in loss record 1,751 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,760 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C3414: luaopen_table (lib_table.c:384)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,761 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,762 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,763 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,764 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,765 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,766 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,767 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,768 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,769 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15231== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,770 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,771 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,772 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,773 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15231== by 0x547D108: expr_binop (lj_parse.c:2098)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547E302: parse_args (lj_parse.c:1902)
==15231== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15231== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15231== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15231== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F688: parse_block (lj_parse.c:2402)
==15231== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15231== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15231== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15231== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F688: parse_block (lj_parse.c:2402)
==15231== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15231== by 0x547F049: parse_for (lj_parse.c:2577)
==15231== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15231== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547EE83: parse_func (lj_parse.c:2286)
==15231== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15231== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,774 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C3414: luaopen_table (lib_table.c:384)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,775 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,776 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,777 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,778 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,779 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,780 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,781 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,782 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,783 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15231== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,784 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,785 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,786 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 26 bytes in 1 blocks are definitely lost in loss record 1,787 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15231== by 0x547D108: expr_binop (lj_parse.c:2098)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547E302: parse_args (lj_parse.c:1902)
==15231== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15231== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15231== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15231== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F688: parse_block (lj_parse.c:2402)
==15231== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15231== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15231== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15231== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F688: parse_block (lj_parse.c:2402)
==15231== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15231== by 0x547F049: parse_for (lj_parse.c:2577)
==15231== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15231== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547EE83: parse_func (lj_parse.c:2286)
==15231== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15231== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,792 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15231== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,793 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,794 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,795 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,796 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,797 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,798 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,799 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,800 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,801 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,802 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15231== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,803 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15231== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,804 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15231== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,805 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,806 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,807 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15231== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,808 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,809 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,810 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,811 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,812 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,813 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,814 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,815 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,816 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,817 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15231== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,818 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15231== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,819 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15231== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,820 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 27 bytes in 1 blocks are definitely lost in loss record 1,821 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,828 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C343B: luaopen_table (lib_table.c:385)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,829 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,830 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,831 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,832 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,833 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,834 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,835 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,836 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,837 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,838 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,839 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,840 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15231== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,841 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,842 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,843 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15231== by 0x547DA01: expr (lj_parse.c:2109)
==15231== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15231== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15231== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15231== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15231== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547F172: parse_local (lj_parse.c:2248)
==15231== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,844 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C343B: luaopen_table (lib_table.c:385)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,845 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,846 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,847 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,848 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,849 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,850 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,851 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,852 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,853 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,854 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,855 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,856 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15231== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,857 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,858 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 28 bytes in 1 blocks are definitely lost in loss record 1,859 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15231== by 0x547DA01: expr (lj_parse.c:2109)
==15231== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15231== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15231== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15231== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15231== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547F172: parse_local (lj_parse.c:2248)
==15231== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,866 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,867 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,868 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,869 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,870 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,871 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,872 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15231== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,873 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15231== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,874 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,875 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,876 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,877 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,878 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,879 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,880 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,881 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,882 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,883 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15231== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,884 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15231== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,885 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,886 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 29 bytes in 1 blocks are definitely lost in loss record 1,887 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,895 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,896 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C3462: luaopen_table (lib_table.c:386)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,897 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,898 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,899 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDA01: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:105)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,900 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,901 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,902 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,903 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,904 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15231== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,905 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15231== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,906 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,907 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,908 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,909 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,910 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,911 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,912 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C3462: luaopen_table (lib_table.c:386)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,913 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,914 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,915 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,916 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,917 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,918 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,919 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15231== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,920 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15231== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,921 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,922 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,923 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,924 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 30 bytes in 1 blocks are definitely lost in loss record 1,925 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 31 bytes in 1 blocks are definitely lost in loss record 1,928 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 31 bytes in 1 blocks are definitely lost in loss record 1,929 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 31 bytes in 1 blocks are definitely lost in loss record 1,930 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 31 bytes in 1 blocks are definitely lost in loss record 1,931 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 31 bytes in 1 blocks are definitely lost in loss record 1,932 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 31 bytes in 1 blocks are definitely lost in loss record 1,933 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 31 bytes in 1 blocks are definitely lost in loss record 1,934 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 31 bytes in 1 blocks are definitely lost in loss record 1,935 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 31 bytes in 1 blocks are definitely lost in loss record 1,936 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 31 bytes in 1 blocks are definitely lost in loss record 1,937 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,145 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x546E332: cpluaopen (lj_state.c:149)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x546E64F: lua_newstate (lj_state.c:222)
==15231== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15231== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15231== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,146 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x546E344: cpluaopen (lj_state.c:150)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x546E64F: lua_newstate (lj_state.c:222)
==15231== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15231== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15231== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,147 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15231== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,148 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15231== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,149 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,150 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15231== by 0x54C619B: luaopen_package (lib_package.c:592)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,151 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15231== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,152 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15231== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15231== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,153 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,154 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C3414: luaopen_table (lib_table.c:384)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,155 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C343B: luaopen_table (lib_table.c:385)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,156 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C3462: luaopen_table (lib_table.c:386)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,157 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C3489: luaopen_table (lib_table.c:387)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,158 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,159 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,160 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,161 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C4976: luaopen_io (lib_io.c:533)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,162 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C528D: luaopen_os (lib_os.c:289)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,163 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C278F: luaopen_string (lib_string.c:739)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,164 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,165 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,166 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,167 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,168 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,169 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,170 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,171 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,172 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,173 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15231== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,174 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15231== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,175 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15231== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,176 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15231== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,177 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15231== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,178 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,179 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,180 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,181 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,182 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,183 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,184 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,185 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15231== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,186 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15231== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,187 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15231== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,188 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15231== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,189 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,190 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,191 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,192 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,193 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,194 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,195 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,196 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,197 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,198 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,199 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,200 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,201 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,202 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,203 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,204 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,205 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,206 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,207 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,208 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,209 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,210 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,211 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,212 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,213 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,214 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,215 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,216 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,217 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,218 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,219 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,220 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,221 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,222 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,223 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,224 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,225 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,226 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,227 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,228 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15231== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,229 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15231== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,230 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15231== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,231 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15231== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,232 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15231== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,233 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,234 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,235 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,236 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,237 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,238 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,239 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,240 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,241 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,242 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,243 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,244 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,245 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15231== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,246 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15231== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,247 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15231== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,248 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15231== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,249 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15231== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,250 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,251 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,252 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,253 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,254 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,255 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,256 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,257 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,258 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,259 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15231== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,260 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15231== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,261 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15231== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,262 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15231== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,263 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15231== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,264 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,265 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,266 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,267 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,268 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,269 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,270 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15231== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,271 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15231== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,272 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15231== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,273 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15231== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,274 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15231== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,275 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15231== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,276 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,277 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,278 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,279 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,280 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,281 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,282 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,283 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,284 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,285 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,286 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,287 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,288 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,289 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,290 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,291 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,292 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,293 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,294 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,295 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,296 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,297 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,298 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,299 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,300 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,301 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,302 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,303 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,304 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,305 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,306 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,307 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,308 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,309 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,310 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,311 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,312 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,313 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,314 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,315 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,316 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,317 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,318 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,319 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,320 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,321 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15231== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,322 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15231== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,323 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15231== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,324 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15231== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,325 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,326 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,327 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,328 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,329 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,330 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,331 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,332 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,333 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,334 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,335 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,336 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,337 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,338 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,339 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15231== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,340 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15231== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,341 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15231== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,342 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,343 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,344 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,345 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,346 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,347 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,348 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15231== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,349 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,350 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15231== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,351 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,352 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,353 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,354 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15231== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,355 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5479E68: fs_init (lj_parse.c:1617)
==15231== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15231== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15231== by 0x5053A9: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:179)
==15231== by 0x505300: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:163)
==15231== by 0x45F007: ngx_http_core_access_phase (ngx_http_core_module.c:1094)
==15231== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15231== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15231== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15231== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15231== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15231== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15231== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15231== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15231== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_access_handler_inline
fun:ngx_http_lua_access_handler
fun:ngx_http_core_access_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,356 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x546E332: cpluaopen (lj_state.c:149)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x546E64F: lua_newstate (lj_state.c:222)
==15231== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15231== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15231== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,357 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x546E344: cpluaopen (lj_state.c:150)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x546E64F: lua_newstate (lj_state.c:222)
==15231== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15231== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15231== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,358 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15231== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,359 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15231== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,360 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,361 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15231== by 0x54C619B: luaopen_package (lib_package.c:592)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,362 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15231== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,363 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15231== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15231== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,364 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,365 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C3414: luaopen_table (lib_table.c:384)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,366 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C343B: luaopen_table (lib_table.c:385)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,367 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C3462: luaopen_table (lib_table.c:386)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,368 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C3489: luaopen_table (lib_table.c:387)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,369 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,370 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,371 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,372 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C4976: luaopen_io (lib_io.c:533)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,373 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C528D: luaopen_os (lib_os.c:289)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,374 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C278F: luaopen_string (lib_string.c:739)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,375 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,376 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,377 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,378 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,379 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,380 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15231== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,381 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,382 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,383 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,384 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15231== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,385 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15231== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,386 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15231== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,387 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15231== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,388 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15231== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,389 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,390 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,391 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,392 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,393 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,394 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,395 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,396 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15231== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,397 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15231== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,398 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15231== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,399 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15231== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,400 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,401 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,402 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15231== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,403 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,404 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,405 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,406 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,407 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15231== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,408 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,409 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,410 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,411 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,412 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,413 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,414 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,415 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,416 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,417 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,418 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,419 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,420 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15231== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,421 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,422 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,423 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,424 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,425 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,426 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,427 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,428 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,429 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,430 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,431 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,432 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,433 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15231== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,434 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,435 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,436 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,437 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,438 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15231== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,439 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15231== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,440 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15231== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,441 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15231== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,442 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15231== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,443 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15231== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,444 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,445 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,446 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,447 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,448 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,449 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,450 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,451 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,452 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,453 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,454 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,455 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15231== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,456 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15231== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,457 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15231== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,458 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15231== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,459 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15231== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,460 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15231== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,461 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,462 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,463 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,464 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,465 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,466 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,467 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,468 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,469 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15231== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,470 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15231== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,471 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15231== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,472 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15231== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,473 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15231== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,474 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15231== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,475 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,476 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,477 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,478 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,479 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,480 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,481 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15231== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,482 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15231== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,483 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15231== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,484 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15231== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,485 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15231== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,486 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15231== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,487 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,488 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,489 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,490 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,491 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,492 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,493 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,494 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,495 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,496 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,497 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,498 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,499 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,500 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,501 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,502 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,503 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,504 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,505 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,506 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,507 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,508 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,509 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,510 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,511 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,512 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,513 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,514 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,515 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,516 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,517 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,518 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,519 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,520 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,521 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,522 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,523 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,524 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,525 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,526 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,527 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,528 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,529 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,530 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,531 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,532 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15231== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,533 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15231== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,534 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15231== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,535 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15231== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,536 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,537 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,538 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,539 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,540 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,541 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,542 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,543 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,544 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,545 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,546 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,547 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,548 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,549 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,550 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15231== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,551 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15231== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,552 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15231== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,553 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,554 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,555 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,556 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,557 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,558 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,559 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15231== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,560 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15231== by 0x546804A: lj_buf_more2 (lj_buf.c:46)
==15231== by 0x546BA1E: lj_buf_more (lj_buf.h:64)
==15231== by 0x546BA1E: lj_meta_cat (lj_meta.c:287)
==15231== by 0x5461C5B: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_more2
fun:lj_buf_more
fun:lj_meta_cat
fun:lj_BC_CAT
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,561 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,562 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15231== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,563 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,564 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,565 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468F59: newtab (lj_tab.c:124)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 32 bytes in 1 blocks are definitely lost in loss record 2,566 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15231== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 33 bytes in 1 blocks are definitely lost in loss record 2,569 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 33 bytes in 1 blocks are definitely lost in loss record 2,570 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 33 bytes in 1 blocks are definitely lost in loss record 2,571 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 33 bytes in 1 blocks are definitely lost in loss record 2,572 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15231== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 33 bytes in 1 blocks are definitely lost in loss record 2,573 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 33 bytes in 1 blocks are definitely lost in loss record 2,574 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 33 bytes in 1 blocks are definitely lost in loss record 2,575 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 33 bytes in 1 blocks are definitely lost in loss record 2,576 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15231== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 34 bytes in 1 blocks are definitely lost in loss record 2,579 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x546E399: cpluaopen (lj_state.c:154)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x546E64F: lua_newstate (lj_state.c:222)
==15231== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15231== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15231== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 34 bytes in 1 blocks are definitely lost in loss record 2,580 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 34 bytes in 1 blocks are definitely lost in loss record 2,581 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x546E399: cpluaopen (lj_state.c:154)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x546E64F: lua_newstate (lj_state.c:222)
==15231== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15231== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15231== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 34 bytes in 1 blocks are definitely lost in loss record 2,582 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 36 bytes in 1 blocks are definitely lost in loss record 2,597 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 36 bytes in 1 blocks are definitely lost in loss record 2,598 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 36 bytes in 2 blocks are definitely lost in loss record 2,599 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15231== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15231== by 0x547E302: parse_args (lj_parse.c:1902)
==15231== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15231== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15231== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15231== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547F25B: parse_local (lj_parse.c:2261)
==15231== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15231== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 36 bytes in 2 blocks are definitely lost in loss record 2,600 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15231== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15231== by 0x547E302: parse_args (lj_parse.c:1902)
==15231== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15231== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15231== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15231== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547F25B: parse_local (lj_parse.c:2261)
==15231== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15231== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 37 bytes in 1 blocks are definitely lost in loss record 2,601 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 37 bytes in 1 blocks are definitely lost in loss record 2,602 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 37 bytes in 1 blocks are definitely lost in loss record 2,603 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 37 bytes in 1 blocks are definitely lost in loss record 2,604 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 37 bytes in 1 blocks are definitely lost in loss record 2,605 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 37 bytes in 1 blocks are definitely lost in loss record 2,606 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 38 bytes in 1 blocks are definitely lost in loss record 2,609 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 38 bytes in 1 blocks are definitely lost in loss record 2,610 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 38 bytes in 1 blocks are definitely lost in loss record 2,611 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 38 bytes in 1 blocks are definitely lost in loss record 2,612 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 39 bytes in 1 blocks are definitely lost in loss record 2,615 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 39 bytes in 1 blocks are definitely lost in loss record 2,616 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 39 bytes in 1 blocks are definitely lost in loss record 2,617 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 39 bytes in 1 blocks are definitely lost in loss record 2,618 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 39 bytes in 1 blocks are definitely lost in loss record 2,619 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 39 bytes in 1 blocks are definitely lost in loss record 2,620 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 1 blocks are definitely lost in loss record 2,674 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15231== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15231== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15231== by 0x54C4992: luaopen_io (lib_io.c:534)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 1 blocks are definitely lost in loss record 2,675 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15231== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15231== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15231== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 1 blocks are definitely lost in loss record 2,676 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15231== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15231== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15231== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 1 blocks are definitely lost in loss record 2,677 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 1 blocks are definitely lost in loss record 2,678 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 1 blocks are definitely lost in loss record 2,679 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15231== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 1 blocks are definitely lost in loss record 2,680 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15231== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15231== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15231== by 0x54C4992: luaopen_io (lib_io.c:534)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 1 blocks are definitely lost in loss record 2,681 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15231== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15231== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15231== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 1 blocks are definitely lost in loss record 2,682 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15231== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15231== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15231== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 1 blocks are definitely lost in loss record 2,683 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 1 blocks are definitely lost in loss record 2,684 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 1 blocks are definitely lost in loss record 2,685 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15231== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 2 blocks are definitely lost in loss record 2,686 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15231== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15231== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 2 blocks are definitely lost in loss record 2,687 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 2 blocks are definitely lost in loss record 2,688 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15231== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15231== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 40 bytes in 2 blocks are definitely lost in loss record 2,689 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 41 bytes in 1 blocks are definitely lost in loss record 2,690 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 41 bytes in 1 blocks are definitely lost in loss record 2,691 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 41 bytes in 1 blocks are definitely lost in loss record 2,692 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 41 bytes in 1 blocks are definitely lost in loss record 2,693 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 42 bytes in 1 blocks are definitely lost in loss record 2,694 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 42 bytes in 1 blocks are definitely lost in loss record 2,695 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 43 bytes in 1 blocks are definitely lost in loss record 2,704 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 43 bytes in 1 blocks are definitely lost in loss record 2,705 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 43 bytes in 2 blocks are definitely lost in loss record 2,706 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 43 bytes in 2 blocks are definitely lost in loss record 2,707 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 44 bytes in 1 blocks are definitely lost in loss record 2,712 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 44 bytes in 1 blocks are definitely lost in loss record 2,713 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15231== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 47 bytes in 2 blocks are definitely lost in loss record 2,723 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15231== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 47 bytes in 2 blocks are definitely lost in loss record 2,724 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15231== by 0x54C6353: luaopen_package (lib_package.c:619)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 47 bytes in 2 blocks are definitely lost in loss record 2,725 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15231== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 47 bytes in 2 blocks are definitely lost in loss record 2,726 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15231== by 0x54C6353: luaopen_package (lib_package.c:619)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,822 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15231== by 0x54C0103: luaopen_base (lib_base.c:706)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,823 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15231== by 0x54C619B: luaopen_package (lib_package.c:592)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,824 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x54C279E: luaopen_string (lib_string.c:740)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,825 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,826 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,827 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,828 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15231== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,829 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15231== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,830 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,831 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,832 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15231== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,833 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15231== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,834 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,835 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,836 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,837 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,838 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,839 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,840 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15231== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,841 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15231== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,842 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,843 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15231== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,844 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468EB7: newtab (lj_tab.c:109)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15231== by 0x547D619: expr_simple (lj_parse.c:2004)
==15231== by 0x547D619: expr_unop (lj_parse.c:2077)
==15231== by 0x547D619: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547F25B: parse_local (lj_parse.c:2261)
==15231== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547EE83: parse_func (lj_parse.c:2286)
==15231== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15231== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,845 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5469CC4: newhpart (lj_tab.c:66)
==15231== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15231== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15231== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15231== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==15231== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==15231== by 0x547983F: lex_scan (lj_lex.c:301)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x547F837: lj_parse (lj_parse.c:2717)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15231== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15231== by 0x5053A9: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:179)
==15231== by 0x505300: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:163)
==15231== by 0x45F007: ngx_http_core_access_phase (ngx_http_core_module.c:1094)
==15231== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15231== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15231== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15231== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15231== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15231== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15231== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15231== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15231== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_access_handler_inline
fun:ngx_http_lua_access_handler
fun:ngx_http_core_access_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,846 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15231== by 0x54C0103: luaopen_base (lib_base.c:706)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,847 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15231== by 0x54C619B: luaopen_package (lib_package.c:592)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,848 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x54C279E: luaopen_string (lib_string.c:740)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,849 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,850 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,851 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15231== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15231== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,852 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15231== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,853 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15231== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,854 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,855 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15231== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,856 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15231== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,857 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15231== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,858 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,859 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,860 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,861 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,862 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,863 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,864 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15231== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,865 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15231== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,866 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,867 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15231== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 48 bytes in 1 blocks are definitely lost in loss record 2,868 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468EB7: newtab (lj_tab.c:109)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15231== by 0x547D619: expr_simple (lj_parse.c:2004)
==15231== by 0x547D619: expr_unop (lj_parse.c:2077)
==15231== by 0x547D619: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547F25B: parse_local (lj_parse.c:2261)
==15231== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547EE83: parse_func (lj_parse.c:2286)
==15231== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15231== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 49 bytes in 1 blocks are definitely lost in loss record 2,871 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15231== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15231== by 0x547E302: parse_args (lj_parse.c:1902)
==15231== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15231== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15231== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15231== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547F172: parse_local (lj_parse.c:2248)
==15231== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 49 bytes in 1 blocks are definitely lost in loss record 2,872 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15231== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15231== by 0x547E302: parse_args (lj_parse.c:1902)
==15231== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15231== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15231== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15231== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547F172: parse_local (lj_parse.c:2248)
==15231== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 60 bytes in 2 blocks are definitely lost in loss record 2,907 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 60 bytes in 2 blocks are definitely lost in loss record 2,908 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15231== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 62 bytes in 3 blocks are definitely lost in loss record 2,911 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15231== by 0x547DB92: expr_table (lj_parse.c:1762)
==15231== by 0x547D619: expr_simple (lj_parse.c:2004)
==15231== by 0x547D619: expr_unop (lj_parse.c:2077)
==15231== by 0x547D619: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547F25B: parse_local (lj_parse.c:2261)
==15231== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547EE83: parse_func (lj_parse.c:2286)
==15231== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15231== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 62 bytes in 3 blocks are definitely lost in loss record 2,912 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15231== by 0x5479986: lex_string (lj_lex.c:280)
==15231== by 0x5479986: lex_scan (lj_lex.c:364)
==15231== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15231== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15231== by 0x547DB92: expr_table (lj_parse.c:1762)
==15231== by 0x547D619: expr_simple (lj_parse.c:2004)
==15231== by 0x547D619: expr_unop (lj_parse.c:2077)
==15231== by 0x547D619: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547F25B: parse_local (lj_parse.c:2261)
==15231== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547EE83: parse_func (lj_parse.c:2286)
==15231== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15231== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 64 bytes in 1 blocks are definitely lost in loss record 2,987 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15231== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15231== by 0x54C073D: luaopen_math (lib_math.c:221)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 64 bytes in 1 blocks are definitely lost in loss record 2,988 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15231== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15231== by 0x54C073D: luaopen_math (lib_math.c:221)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 64 bytes in 2 blocks are definitely lost in loss record 2,989 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15231== by 0x54C6353: luaopen_package (lib_package.c:619)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 64 bytes in 2 blocks are definitely lost in loss record 2,990 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 64 bytes in 2 blocks are definitely lost in loss record 2,991 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 64 bytes in 2 blocks are definitely lost in loss record 2,992 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15231== by 0x54C6353: luaopen_package (lib_package.c:619)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 64 bytes in 2 blocks are definitely lost in loss record 2,993 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 64 bytes in 2 blocks are definitely lost in loss record 2,994 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 67 bytes in 3 blocks are definitely lost in loss record 2,999 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 67 bytes in 3 blocks are definitely lost in loss record 3,000 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 72 bytes in 1 blocks are definitely lost in loss record 3,024 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468EB7: newtab (lj_tab.c:109)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3,025 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15231== by 0x54B7C74: clib_new (lj_clib.c:398)
==15231== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15231== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 72 bytes in 1 blocks are definitely lost in loss record 3,026 of 3,762
==15231== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15231== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15231== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15231== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15231== by 0x547DE88: expr_table (lj_parse.c:1746)
==15231== by 0x547D619: expr_simple (lj_parse.c:2004)
==15231== by 0x547D619: expr_unop (lj_parse.c:2077)
==15231== by 0x547D619: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547F25B: parse_local (lj_parse.c:2261)
==15231== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547EE83: parse_func (lj_parse.c:2286)
==15231== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15231== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 72 bytes in 1 blocks are definitely lost in loss record 3,027 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468EB7: newtab (lj_tab.c:109)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3,028 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15231== by 0x54B7C74: clib_new (lj_clib.c:398)
==15231== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15231== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 72 bytes in 1 blocks are definitely lost in loss record 3,029 of 3,762
==15231== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15231== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15231== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15231== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15231== by 0x547DE88: expr_table (lj_parse.c:1746)
==15231== by 0x547D619: expr_simple (lj_parse.c:2004)
==15231== by 0x547D619: expr_unop (lj_parse.c:2077)
==15231== by 0x547D619: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547F25B: parse_local (lj_parse.c:2261)
==15231== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547EE83: parse_func (lj_parse.c:2286)
==15231== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15231== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 80 bytes in 1 blocks are definitely lost in loss record 3,078 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15231== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15231== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C278F: luaopen_string (lib_string.c:739)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 80 bytes in 1 blocks are definitely lost in loss record 3,079 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15231== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15231== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C278F: luaopen_string (lib_string.c:739)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 88 bytes in 4 blocks are definitely lost in loss record 3,087 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C4976: luaopen_io (lib_io.c:533)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 88 bytes in 4 blocks are definitely lost in loss record 3,088 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C4976: luaopen_io (lib_io.c:533)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 91 bytes in 4 blocks are definitely lost in loss record 3,089 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15231== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 91 bytes in 4 blocks are definitely lost in loss record 3,090 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15231== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 92 bytes in 1 blocks are definitely lost in loss record 3,091 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547F857: lj_parse (lj_parse.c:2721)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15231== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15231== by 0x5053A9: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:179)
==15231== by 0x505300: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:163)
==15231== by 0x45F007: ngx_http_core_access_phase (ngx_http_core_module.c:1094)
==15231== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15231== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15231== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15231== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15231== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15231== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15231== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15231== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15231== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_access_handler_inline
fun:ngx_http_lua_access_handler
fun:ngx_http_core_access_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 1 blocks are definitely lost in loss record 3,130 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 1 blocks are definitely lost in loss record 3,131 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15231== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 1 blocks are definitely lost in loss record 3,132 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 1 blocks are definitely lost in loss record 3,133 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 1 blocks are definitely lost in loss record 3,134 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 1 blocks are definitely lost in loss record 3,135 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 1 blocks are definitely lost in loss record 3,136 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 1 blocks are definitely lost in loss record 3,137 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15231== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 1 blocks are definitely lost in loss record 3,138 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15231== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 1 blocks are definitely lost in loss record 3,139 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15231== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 1 blocks are definitely lost in loss record 3,140 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 1 blocks are definitely lost in loss record 3,141 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 3 blocks are definitely lost in loss record 3,142 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15231== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 3 blocks are definitely lost in loss record 3,143 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 3 blocks are definitely lost in loss record 3,144 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15231== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 96 bytes in 3 blocks are definitely lost in loss record 3,145 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 100 bytes in 5 blocks are definitely lost in loss record 3,149 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15231== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15231== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 100 bytes in 5 blocks are definitely lost in loss record 3,150 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15231== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15231== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 104 bytes in 1 blocks are definitely lost in loss record 3,152 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x5468EB7: newtab (lj_tab.c:109)
==15231== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15231== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15231== by 0x504E78: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:338)
==15231== by 0x5053BE: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:189)
==15231== by 0x505300: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:163)
==15231== by 0x45F007: ngx_http_core_access_phase (ngx_http_core_module.c:1094)
==15231== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15231== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15231== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15231== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15231== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15231== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15231== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15231== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15231== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_access_by_chunk
fun:ngx_http_lua_access_handler_inline
fun:ngx_http_lua_access_handler
fun:ngx_http_core_access_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 108 bytes in 5 blocks are definitely lost in loss record 3,155 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 108 bytes in 5 blocks are definitely lost in loss record 3,156 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 114 bytes in 5 blocks are definitely lost in loss record 3,173 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 114 bytes in 5 blocks are definitely lost in loss record 3,174 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 119 bytes in 1 blocks are definitely lost in loss record 3,175 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5475745: lua_pushstring (lj_api.c:652)
==15231== by 0x54C607A: setpath (lib_package.c:555)
==15231== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 119 bytes in 1 blocks are definitely lost in loss record 3,176 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5475745: lua_pushstring (lj_api.c:652)
==15231== by 0x54C607A: setpath (lib_package.c:555)
==15231== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 120 bytes in 5 blocks are definitely lost in loss record 3,187 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546AB0F: func_finduv (lj_func.c:52)
==15231== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15231== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 120 bytes in 5 blocks are definitely lost in loss record 3,188 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546AB0F: func_finduv (lj_func.c:52)
==15231== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15231== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 125 bytes in 6 blocks are definitely lost in loss record 3,192 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5475745: lua_pushstring (lj_api.c:652)
==15231== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 125 bytes in 6 blocks are definitely lost in loss record 3,193 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5475745: lua_pushstring (lj_api.c:652)
==15231== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 126 bytes in 1 blocks are definitely lost in loss record 3,194 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547C960: parse_body (lj_parse.c:1855)
==15231== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15231== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15231== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547EF73: parse_return (lj_parse.c:2316)
==15231== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15231== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15231== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15231== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15231== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15231== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15231== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 126 bytes in 1 blocks are definitely lost in loss record 3,195 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547C960: parse_body (lj_parse.c:1855)
==15231== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15231== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15231== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547EF73: parse_return (lj_parse.c:2316)
==15231== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15231== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15231== by 0x547C930: parse_body (lj_parse.c:1853)
==15231== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15231== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15231== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15231== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15231== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15231== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 128 bytes in 4 blocks are definitely lost in loss record 3,238 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15231== by 0x54C6212: luaopen_package (lib_package.c:599)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 128 bytes in 4 blocks are definitely lost in loss record 3,239 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 128 bytes in 4 blocks are definitely lost in loss record 3,240 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15231== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15231== by 0x54C6212: luaopen_package (lib_package.c:599)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 128 bytes in 4 blocks are definitely lost in loss record 3,241 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 130 bytes in 1 blocks are definitely lost in loss record 3,242 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547C960: parse_body (lj_parse.c:1855)
==15231== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15231== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15231== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15231== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15231== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15231== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 130 bytes in 1 blocks are definitely lost in loss record 3,243 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547C960: parse_body (lj_parse.c:1855)
==15231== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15231== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15231== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15231== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15231== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15231== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 144 bytes in 3 blocks are definitely lost in loss record 3,259 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54C109B: lj_buf_str (lj_buf.h:100)
==15231== by 0x54C109B: lj_cf_string_format (lib_string.c:726)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15231== by 0x504E78: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:338)
==15231== by 0x5053BE: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:189)
==15231== by 0x505300: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:163)
==15231== by 0x45F007: ngx_http_core_access_phase (ngx_http_core_module.c:1094)
==15231== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15231== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15231== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15231== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15231== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15231== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15231== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15231== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15231== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_cf_string_format
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_access_by_chunk
fun:ngx_http_lua_access_handler_inline
fun:ngx_http_lua_access_handler
fun:ngx_http_core_access_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 157 bytes in 6 blocks are definitely lost in loss record 3,262 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 157 bytes in 6 blocks are definitely lost in loss record 3,263 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 160 bytes in 5 blocks are definitely lost in loss record 3,278 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 160 bytes in 5 blocks are definitely lost in loss record 3,279 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 172 bytes in 5 blocks are definitely lost in loss record 3,289 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15231== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 172 bytes in 5 blocks are definitely lost in loss record 3,290 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A70B: func_newL (lj_func.c:122)
==15231== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15231== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 174 bytes in 8 blocks are definitely lost in loss record 3,291 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C278F: luaopen_string (lib_string.c:739)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 174 bytes in 8 blocks are definitely lost in loss record 3,292 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C278F: luaopen_string (lib_string.c:739)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 176 bytes in 2 blocks are definitely lost in loss record 3,302 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15231== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15231== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 176 bytes in 2 blocks are definitely lost in loss record 3,303 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15231== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15231== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 186 bytes in 8 blocks are definitely lost in loss record 3,312 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C528D: luaopen_os (lib_os.c:289)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 186 bytes in 8 blocks are definitely lost in loss record 3,313 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C528D: luaopen_os (lib_os.c:289)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 1 blocks are definitely lost in loss record 3,320 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15231== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 1 blocks are definitely lost in loss record 3,321 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15231== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 1 blocks are definitely lost in loss record 3,322 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 1 blocks are definitely lost in loss record 3,323 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 1 blocks are definitely lost in loss record 3,324 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 1 blocks are definitely lost in loss record 3,325 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 1 blocks are definitely lost in loss record 3,326 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 1 blocks are definitely lost in loss record 3,327 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15231== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 1 blocks are definitely lost in loss record 3,328 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15231== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 1 blocks are definitely lost in loss record 3,329 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15231== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 1 blocks are definitely lost in loss record 3,330 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 1 blocks are definitely lost in loss record 3,331 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 1 blocks are definitely lost in loss record 3,332 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15231== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 1 blocks are definitely lost in loss record 3,333 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15231== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 6 blocks are definitely lost in loss record 3,334 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 192 bytes in 6 blocks are definitely lost in loss record 3,335 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 200 bytes in 1 blocks are definitely lost in loss record 3,336 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547F857: lj_parse (lj_parse.c:2721)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15231== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 200 bytes in 1 blocks are definitely lost in loss record 3,337 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547F857: lj_parse (lj_parse.c:2721)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15231== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 200 bytes in 5 blocks are definitely lost in loss record 3,338 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15231== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15231== by 0x54C38CD: io_file_new (lib_io.c:73)
==15231== by 0x54C3BCF: lj_cf_io_popen (lib_io.c:413)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15231== by 0x504E78: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:338)
==15231== by 0x5053BE: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:189)
==15231== by 0x505300: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:163)
==15231== by 0x45F007: ngx_http_core_access_phase (ngx_http_core_module.c:1094)
==15231== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15231== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15231== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15231== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15231== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15231== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15231== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15231== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15231== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_file_new
fun:lj_cf_io_popen
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_access_by_chunk
fun:ngx_http_lua_access_handler_inline
fun:ngx_http_lua_access_handler
fun:ngx_http_core_access_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 212 bytes in 1 blocks are definitely lost in loss record 3,341 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547C960: parse_body (lj_parse.c:1855)
==15231== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15231== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15231== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15231== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15231== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15231== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F688: parse_block (lj_parse.c:2402)
==15231== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15231== by 0x547F049: parse_for (lj_parse.c:2577)
==15231== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15231== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 212 bytes in 1 blocks are definitely lost in loss record 3,342 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547C960: parse_body (lj_parse.c:1855)
==15231== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15231== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15231== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15231== by 0x547D9A5: expr (lj_parse.c:2109)
==15231== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15231== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15231== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15231== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15231== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F688: parse_block (lj_parse.c:2402)
==15231== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15231== by 0x547F049: parse_for (lj_parse.c:2577)
==15231== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15231== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 216 bytes in 10 blocks are definitely lost in loss record 3,343 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 216 bytes in 10 blocks are definitely lost in loss record 3,344 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 218 bytes in 1 blocks are definitely lost in loss record 3,345 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5475745: lua_pushstring (lj_api.c:652)
==15231== by 0x54C607A: setpath (lib_package.c:555)
==15231== by 0x54C6293: luaopen_package (lib_package.c:610)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 218 bytes in 1 blocks are definitely lost in loss record 3,346 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5475745: lua_pushstring (lj_api.c:652)
==15231== by 0x54C607A: setpath (lib_package.c:555)
==15231== by 0x54C6293: luaopen_package (lib_package.c:610)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,347 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547F857: lj_parse (lj_parse.c:2721)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,348 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547F857: lj_parse (lj_parse.c:2721)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 229 bytes in 10 blocks are definitely lost in loss record 3,357 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15231== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 229 bytes in 10 blocks are definitely lost in loss record 3,358 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15231== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 245 bytes in 11 blocks are definitely lost in loss record 3,359 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 245 bytes in 11 blocks are definitely lost in loss record 3,360 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 288 bytes in 9 blocks are definitely lost in loss record 3,388 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 288 bytes in 9 blocks are definitely lost in loss record 3,389 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 310 bytes in 1 blocks are definitely lost in loss record 3,397 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547C960: parse_body (lj_parse.c:1855)
==15231== by 0x547F172: parse_local (lj_parse.c:2248)
==15231== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 310 bytes in 1 blocks are definitely lost in loss record 3,398 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547C960: parse_body (lj_parse.c:1855)
==15231== by 0x547F172: parse_local (lj_parse.c:2248)
==15231== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15231== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 352 bytes in 11 blocks are definitely lost in loss record 3,416 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C4976: luaopen_io (lib_io.c:533)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 352 bytes in 11 blocks are definitely lost in loss record 3,417 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C528D: luaopen_os (lib_os.c:289)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 352 bytes in 11 blocks are definitely lost in loss record 3,418 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C4976: luaopen_io (lib_io.c:533)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 352 bytes in 11 blocks are definitely lost in loss record 3,419 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C528D: luaopen_os (lib_os.c:289)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 360 bytes in 15 blocks are definitely lost in loss record 3,424 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546AB0F: func_finduv (lj_func.c:52)
==15231== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15231== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 360 bytes in 15 blocks are definitely lost in loss record 3,425 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x546AB0F: func_finduv (lj_func.c:52)
==15231== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15231== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15231== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 363 bytes in 1 blocks are definitely lost in loss record 3,426 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547C960: parse_body (lj_parse.c:1855)
==15231== by 0x547EE83: parse_func (lj_parse.c:2286)
==15231== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15231== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 363 bytes in 1 blocks are definitely lost in loss record 3,427 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15231== by 0x547C960: parse_body (lj_parse.c:1855)
==15231== by 0x547EE83: parse_func (lj_parse.c:2286)
==15231== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15231== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15231== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15231== by 0x548153A: cpparser (lj_load.c:41)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x548165A: lua_loadx (lj_load.c:58)
==15231== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15231== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15231== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 382 bytes in 18 blocks are definitely lost in loss record 3,432 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 382 bytes in 18 blocks are definitely lost in loss record 3,433 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,442 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15231== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,443 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5469CC4: newhpart (lj_tab.c:66)
==15231== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15231== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15231== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15231== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15231== by 0x5476F58: lua_setfield (lj_api.c:972)
==15231== by 0x54C6335: luaopen_package (lib_package.c:617)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,444 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,445 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,446 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C4976: luaopen_io (lib_io.c:533)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,447 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C528D: luaopen_os (lib_os.c:289)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,448 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C278F: luaopen_string (lib_string.c:739)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,449 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,450 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,451 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,452 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5469CC4: newhpart (lj_tab.c:66)
==15231== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15231== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15231== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15231== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15231== by 0x5476F58: lua_setfield (lj_api.c:972)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,453 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15231== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,454 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,455 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,456 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15231== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,457 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5469CC4: newhpart (lj_tab.c:66)
==15231== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15231== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15231== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15231== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15231== by 0x5476F58: lua_setfield (lj_api.c:972)
==15231== by 0x54C6335: luaopen_package (lib_package.c:617)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,458 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,459 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,460 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C4976: luaopen_io (lib_io.c:533)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,461 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C528D: luaopen_os (lib_os.c:289)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,462 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C278F: luaopen_string (lib_string.c:739)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,463 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,464 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,465 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,466 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5469CC4: newhpart (lj_tab.c:66)
==15231== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15231== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15231== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15231== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15231== by 0x5476F58: lua_setfield (lj_api.c:972)
==15231== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15231== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,467 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15231== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,468 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 1 blocks are definitely lost in loss record 3,469 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15231== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 12 blocks are definitely lost in loss record 3,470 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 384 bytes in 12 blocks are definitely lost in loss record 3,471 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 416 bytes in 13 blocks are definitely lost in loss record 3,476 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C278F: luaopen_string (lib_string.c:739)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 416 bytes in 13 blocks are definitely lost in loss record 3,477 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C278F: luaopen_string (lib_string.c:739)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 438 bytes in 19 blocks are definitely lost in loss record 3,482 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15231== by 0x546E387: cpluaopen (lj_state.c:152)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x546E64F: lua_newstate (lj_state.c:222)
==15231== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15231== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15231== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 438 bytes in 19 blocks are definitely lost in loss record 3,483 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15231== by 0x546E387: cpluaopen (lj_state.c:152)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x546E64F: lua_newstate (lj_state.c:222)
==15231== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15231== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15231== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 442 bytes in 21 blocks are definitely lost in loss record 3,484 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15231== by 0x546E38F: cpluaopen (lj_state.c:153)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x546E64F: lua_newstate (lj_state.c:222)
==15231== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15231== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15231== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 442 bytes in 21 blocks are definitely lost in loss record 3,485 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15231== by 0x546E38F: cpluaopen (lj_state.c:153)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x546E64F: lua_newstate (lj_state.c:222)
==15231== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15231== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15231== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 462 bytes in 19 blocks are definitely lost in loss record 3,494 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 462 bytes in 19 blocks are definitely lost in loss record 3,495 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15231== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 512 bytes in 16 blocks are definitely lost in loss record 3,536 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 512 bytes in 16 blocks are definitely lost in loss record 3,537 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 544 bytes in 17 blocks are definitely lost in loss record 3,547 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 544 bytes in 17 blocks are definitely lost in loss record 3,548 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 576 bytes in 18 blocks are definitely lost in loss record 3,559 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 576 bytes in 18 blocks are definitely lost in loss record 3,560 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 760 bytes in 5 blocks are definitely lost in loss record 3,595 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15231== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15231== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 760 bytes in 5 blocks are definitely lost in loss record 3,596 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15231== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15231== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15231== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 768 bytes in 1 blocks are definitely lost in loss record 3,599 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 768 bytes in 1 blocks are definitely lost in loss record 3,600 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15231== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 768 bytes in 1 blocks are definitely lost in loss record 3,601 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15231== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 768 bytes in 1 blocks are definitely lost in loss record 3,602 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 768 bytes in 1 blocks are definitely lost in loss record 3,603 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5469CC4: newhpart (lj_tab.c:66)
==15231== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15231== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15231== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15231== by 0x547710F: lua_rawset (lj_api.c:991)
==15231== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 768 bytes in 1 blocks are definitely lost in loss record 3,604 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 768 bytes in 1 blocks are definitely lost in loss record 3,605 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 768 bytes in 1 blocks are definitely lost in loss record 3,606 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15231== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15231== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 768 bytes in 1 blocks are definitely lost in loss record 3,607 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15231== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 768 bytes in 1 blocks are definitely lost in loss record 3,608 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15231== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15231== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 768 bytes in 1 blocks are definitely lost in loss record 3,609 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15231== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 768 bytes in 1 blocks are definitely lost in loss record 3,610 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5469CC4: newhpart (lj_tab.c:66)
==15231== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15231== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15231== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15231== by 0x547710F: lua_rawset (lj_api.c:991)
==15231== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15231== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 768 bytes in 1 blocks are definitely lost in loss record 3,611 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 768 bytes in 1 blocks are definitely lost in loss record 3,612 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15231== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15231== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 848 bytes in 26 blocks are definitely lost in loss record 3,627 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 848 bytes in 26 blocks are definitely lost in loss record 3,628 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C0761: luaopen_math (lib_math.c:223)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 1,000 bytes in 27 blocks are definitely lost in loss record 3,647 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 1,000 bytes in 27 blocks are definitely lost in loss record 3,648 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15231== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15231== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15231== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15231== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15231== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 1,446 bytes in 59 blocks are definitely lost in loss record 3,686 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15231== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 1,446 bytes in 59 blocks are definitely lost in loss record 3,687 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468C42: lj_str_new (lj_str.c:220)
==15231== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15231== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 1,536 bytes in 1 blocks are definitely lost in loss record 3,693 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x546E332: cpluaopen (lj_state.c:149)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x546E64F: lua_newstate (lj_state.c:222)
==15231== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15231== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15231== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 1,536 bytes in 1 blocks are definitely lost in loss record 3,694 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x546E332: cpluaopen (lj_state.c:149)
==15231== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x546E64F: lua_newstate (lj_state.c:222)
==15231== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15231== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15231== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,722 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15231== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,723 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15231== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15231== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 3,072 bytes in 1 blocks are definitely lost in loss record 3,730 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x422D15: main (nginx.c:294)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 3,072 bytes in 1 blocks are definitely lost in loss record 3,731 of 3,762
==15231== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15231== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5468F18: newhpart (lj_tab.c:66)
==15231== by 0x5468F18: newtab (lj_tab.c:145)
==15231== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15231== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15231== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15231== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15231== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15231== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15231== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15231== by 0x459663: ngx_http_block (ngx_http.c:312)
==15231== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15231== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15231== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15231== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* ==15231== 8,192 bytes in 1 blocks are definitely lost in loss record 3,759 of 3,762
==15231== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15231== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15231== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15231== by 0x5467FEA: lj_buf_need2 (lj_buf.c:36)
==15231== by 0x54C3F98: io_file_readall (lib_io.c:166)
==15231== by 0x54C3F98: io_file_read (lib_io.c:212)
==15231== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15231== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15231== by 0x504E78: ngx_http_lua_access_by_chunk (ngx_http_lua_accessby.c:338)
==15231== by 0x5053BE: ngx_http_lua_access_handler_inline (ngx_http_lua_accessby.c:189)
==15231== by 0x505300: ngx_http_lua_access_handler (ngx_http_lua_accessby.c:163)
==15231== by 0x45F007: ngx_http_core_access_phase (ngx_http_core_module.c:1094)
==15231== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15231== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15231== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15231== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15231== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15231== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15231== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15231== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15231== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15231== by 0x422F5B: main (nginx.c:382)
==15231==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_need2
fun:io_file_readall
fun:io_file_read
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_access_by_chunk
fun:ngx_http_lua_access_handler_inline
fun:ngx_http_lua_access_handler
fun:ngx_http_core_access_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 5: lua_sa_restart on (default) - SA_RESTART is effective in access_by_lua* - status code ok got: ''
expected: '200'
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== Invalid read of size 8
==15242== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15242== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15242== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15242== by 0x422F5B: main (nginx.c:382)
==15242== Address 0x30 is not stack'd, malloc'd or (recently) free'd
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_poll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242==
==15242== Process terminating with default action of signal 11 (SIGSEGV)
==15242== Access not within mapped region at address 0x30
==15242== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15242== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15242== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15242== by 0x422F5B: main (nginx.c:382)
==15242== If you believe this happened as a result of a stack
==15242== overflow in your program's main thread (unlikely but
==15242== possible), you can try to increase the size of the
==15242== main thread stack using the --main-stacksize= flag.
==15242== The main thread stack size used in this run was 8388608.
==15242== 18 bytes in 1 blocks are definitely lost in loss record 880 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15242== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 18 bytes in 1 blocks are definitely lost in loss record 881 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15242== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 19 bytes in 1 blocks are definitely lost in loss record 886 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 19 bytes in 1 blocks are definitely lost in loss record 887 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 19 bytes in 1 blocks are definitely lost in loss record 888 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 19 bytes in 1 blocks are definitely lost in loss record 889 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 19 bytes in 1 blocks are definitely lost in loss record 890 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15242== by 0x547E594: expr_primary (lj_parse.c:1961)
==15242== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15242== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15242== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9CA: expr (lj_parse.c:2109)
==15242== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15242== by 0x547E302: parse_args (lj_parse.c:1902)
==15242== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15242== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15242== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15242== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547F25B: parse_local (lj_parse.c:2261)
==15242== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F688: parse_block (lj_parse.c:2402)
==15242== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15242== by 0x547F049: parse_for (lj_parse.c:2577)
==15242== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15242== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547EE83: parse_func (lj_parse.c:2286)
==15242== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15242== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 19 bytes in 1 blocks are definitely lost in loss record 891 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 19 bytes in 1 blocks are definitely lost in loss record 892 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 19 bytes in 1 blocks are definitely lost in loss record 893 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 19 bytes in 1 blocks are definitely lost in loss record 894 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 19 bytes in 1 blocks are definitely lost in loss record 895 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15242== by 0x547E594: expr_primary (lj_parse.c:1961)
==15242== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15242== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15242== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9CA: expr (lj_parse.c:2109)
==15242== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15242== by 0x547E302: parse_args (lj_parse.c:1902)
==15242== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15242== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15242== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15242== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547F25B: parse_local (lj_parse.c:2261)
==15242== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F688: parse_block (lj_parse.c:2402)
==15242== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15242== by 0x547F049: parse_for (lj_parse.c:2577)
==15242== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15242== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547EE83: parse_func (lj_parse.c:2286)
==15242== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15242== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 904 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15242== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C278F: luaopen_string (lib_string.c:739)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 905 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15242== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15242== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C278F: luaopen_string (lib_string.c:739)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 906 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15242== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 907 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15242== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 908 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15242== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 909 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 910 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 911 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15242== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15242== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 912 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15242== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 913 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 914 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 915 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 916 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 917 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15242== by 0x5481548: cpparser (lj_load.c:42)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15242== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 918 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15242== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 919 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 920 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x547983F: lex_scan (lj_lex.c:301)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15242== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15242== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15242== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 921 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15242== by 0x5481548: cpparser (lj_load.c:42)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 922 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 923 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 924 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 925 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15242== by 0x547D619: expr_simple (lj_parse.c:2004)
==15242== by 0x547D619: expr_unop (lj_parse.c:2077)
==15242== by 0x547D619: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547F25B: parse_local (lj_parse.c:2261)
==15242== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547EE83: parse_func (lj_parse.c:2286)
==15242== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15242== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 926 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15242== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15242== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 927 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15242== by 0x5481548: cpparser (lj_load.c:42)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15242== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15242== by 0x504BEB: ngx_http_lua_rewrite_handler_inline (ngx_http_lua_rewriteby.c:184)
==15242== by 0x504B42: ngx_http_lua_rewrite_handler (ngx_http_lua_rewriteby.c:167)
==15242== by 0x45EE39: ngx_http_core_rewrite_phase (ngx_http_core_module.c:923)
==15242== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15242== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15242== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15242== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15242== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15242== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15242== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15242== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15242== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_rewrite_handler_inline
fun:ngx_http_lua_rewrite_handler
fun:ngx_http_core_rewrite_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 928 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15242== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C278F: luaopen_string (lib_string.c:739)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 929 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15242== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15242== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C278F: luaopen_string (lib_string.c:739)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 930 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15242== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 931 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15242== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 932 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15242== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 933 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 934 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 935 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15242== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15242== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 936 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15242== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 937 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 938 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 939 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 940 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 941 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15242== by 0x5481548: cpparser (lj_load.c:42)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15242== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 942 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15242== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 943 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 944 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x547983F: lex_scan (lj_lex.c:301)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15242== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15242== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15242== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 945 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15242== by 0x5481548: cpparser (lj_load.c:42)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 946 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 947 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 948 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 949 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15242== by 0x547D619: expr_simple (lj_parse.c:2004)
==15242== by 0x547D619: expr_unop (lj_parse.c:2077)
==15242== by 0x547D619: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547F25B: parse_local (lj_parse.c:2261)
==15242== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547EE83: parse_func (lj_parse.c:2286)
==15242== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15242== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 20 bytes in 1 blocks are definitely lost in loss record 950 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15242== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15242== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 963 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C6293: luaopen_package (lib_package.c:610)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 964 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15242== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 965 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15242== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 966 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15242== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 967 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15242== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 968 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15242== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 969 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 970 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 971 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15242== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 972 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15242== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 973 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15242== by 0x547D108: expr_binop (lj_parse.c:2098)
==15242== by 0x547DA01: expr (lj_parse.c:2109)
==15242== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15242== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15242== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15242== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15242== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547F172: parse_local (lj_parse.c:2248)
==15242== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 974 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C6293: luaopen_package (lib_package.c:610)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 975 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15242== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 976 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15242== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 977 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15242== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 978 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15242== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 979 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15242== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 980 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 981 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 982 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15242== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 983 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15242== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 21 bytes in 1 blocks are definitely lost in loss record 984 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15242== by 0x547D108: expr_binop (lj_parse.c:2098)
==15242== by 0x547DA01: expr (lj_parse.c:2109)
==15242== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15242== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15242== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15242== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15242== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547F172: parse_local (lj_parse.c:2248)
==15242== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 999 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C4959: luaopen_io (lib_io.c:532)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,000 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15242== by 0x54C4992: luaopen_io (lib_io.c:534)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,001 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,002 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15242== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,003 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15242== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,004 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15242== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,005 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15242== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,006 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,007 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15242== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,008 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15242== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,009 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,010 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,011 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C4959: luaopen_io (lib_io.c:532)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,012 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15242== by 0x54C4992: luaopen_io (lib_io.c:534)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,013 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,014 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15242== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,015 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15242== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,016 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15242== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,017 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15242== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,018 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,019 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15242== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,020 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15242== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,021 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 22 bytes in 1 blocks are definitely lost in loss record 1,022 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,029 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,030 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C6308: luaopen_package (lib_package.c:615)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,031 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15242== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,032 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15242== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,033 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15242== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,034 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15242== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,035 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,036 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,037 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,038 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,039 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,040 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,041 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,042 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C6308: luaopen_package (lib_package.c:615)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,043 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15242== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,044 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15242== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,045 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15242== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,046 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15242== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,047 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,048 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,049 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,050 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,051 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 23 bytes in 1 blocks are definitely lost in loss record 1,052 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,692 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15242== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,693 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C6243: luaopen_package (lib_package.c:606)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,694 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C6335: luaopen_package (lib_package.c:617)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,695 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15242== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,696 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54762EB: lua_getfield (lj_api.c:800)
==15242== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15242== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,697 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,698 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,699 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,700 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,701 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,702 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15242== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,703 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15242== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,704 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x547983F: lex_scan (lj_lex.c:301)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15242== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15242== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15242== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547F25B: parse_local (lj_parse.c:2261)
==15242== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,705 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,706 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,707 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,708 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,709 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15242== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,710 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C6243: luaopen_package (lib_package.c:606)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,711 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54C6335: luaopen_package (lib_package.c:617)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,712 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15242== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,713 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54762EB: lua_getfield (lj_api.c:800)
==15242== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15242== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,714 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,715 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,716 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,717 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,718 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,719 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15242== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,720 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15242== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,721 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x547983F: lex_scan (lj_lex.c:301)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15242== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15242== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15242== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547F25B: parse_local (lj_parse.c:2261)
==15242== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,722 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,723 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,724 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 24 bytes in 1 blocks are definitely lost in loss record 1,725 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,732 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15242== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15242== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15242== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,733 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,734 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,735 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,736 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,737 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,738 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,739 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,740 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,741 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,742 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15242== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15242== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15242== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,743 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,744 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,745 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,746 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,747 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,748 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,749 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,750 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 25 bytes in 1 blocks are definitely lost in loss record 1,751 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,760 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C3414: luaopen_table (lib_table.c:384)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,761 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,762 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,763 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,764 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,765 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,766 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,767 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,768 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,769 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15242== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,770 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,771 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,772 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,773 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15242== by 0x547D108: expr_binop (lj_parse.c:2098)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547E302: parse_args (lj_parse.c:1902)
==15242== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15242== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15242== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15242== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F688: parse_block (lj_parse.c:2402)
==15242== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15242== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15242== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15242== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F688: parse_block (lj_parse.c:2402)
==15242== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15242== by 0x547F049: parse_for (lj_parse.c:2577)
==15242== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15242== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547EE83: parse_func (lj_parse.c:2286)
==15242== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15242== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,774 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C3414: luaopen_table (lib_table.c:384)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,775 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,776 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,777 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,778 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,779 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,780 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,781 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,782 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,783 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15242== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,784 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,785 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,786 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 26 bytes in 1 blocks are definitely lost in loss record 1,787 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15242== by 0x547D108: expr_binop (lj_parse.c:2098)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547E302: parse_args (lj_parse.c:1902)
==15242== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15242== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15242== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15242== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F688: parse_block (lj_parse.c:2402)
==15242== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15242== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15242== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15242== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F688: parse_block (lj_parse.c:2402)
==15242== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15242== by 0x547F049: parse_for (lj_parse.c:2577)
==15242== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15242== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547EE83: parse_func (lj_parse.c:2286)
==15242== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15242== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,792 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15242== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,793 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,794 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,795 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,796 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,797 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,798 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,799 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,800 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,801 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,802 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15242== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,803 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15242== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,804 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15242== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,805 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,806 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,807 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15242== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,808 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,809 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,810 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,811 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,812 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,813 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,814 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,815 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,816 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,817 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15242== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,818 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15242== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,819 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15242== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,820 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 27 bytes in 1 blocks are definitely lost in loss record 1,821 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,828 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C343B: luaopen_table (lib_table.c:385)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,829 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,830 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,831 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,832 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,833 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,834 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,835 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,836 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,837 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,838 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,839 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,840 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15242== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,841 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,842 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,843 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15242== by 0x547DA01: expr (lj_parse.c:2109)
==15242== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15242== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15242== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15242== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15242== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547F172: parse_local (lj_parse.c:2248)
==15242== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,844 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C343B: luaopen_table (lib_table.c:385)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,845 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,846 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,847 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,848 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,849 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,850 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,851 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,852 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,853 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,854 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,855 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,856 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15242== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,857 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,858 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 28 bytes in 1 blocks are definitely lost in loss record 1,859 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15242== by 0x547DA01: expr (lj_parse.c:2109)
==15242== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15242== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15242== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15242== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15242== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547F172: parse_local (lj_parse.c:2248)
==15242== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,866 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,867 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,868 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,869 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,870 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,871 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,872 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15242== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,873 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15242== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,874 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,875 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,876 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,877 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,878 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,879 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,880 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,881 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,882 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,883 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15242== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,884 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15242== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,885 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,886 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 29 bytes in 1 blocks are definitely lost in loss record 1,887 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,896 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,897 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C3462: luaopen_table (lib_table.c:386)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,898 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,899 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,900 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,901 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,902 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,903 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,904 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15242== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,905 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15242== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,906 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,907 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,908 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,909 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,910 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,911 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,912 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C3462: luaopen_table (lib_table.c:386)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,913 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,914 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,915 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,916 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,917 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,918 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,919 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15242== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,920 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15242== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,921 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,922 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,923 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,924 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 30 bytes in 1 blocks are definitely lost in loss record 1,925 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 31 bytes in 1 blocks are definitely lost in loss record 1,928 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 31 bytes in 1 blocks are definitely lost in loss record 1,929 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 31 bytes in 1 blocks are definitely lost in loss record 1,930 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 31 bytes in 1 blocks are definitely lost in loss record 1,931 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 31 bytes in 1 blocks are definitely lost in loss record 1,932 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 31 bytes in 1 blocks are definitely lost in loss record 1,933 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 31 bytes in 1 blocks are definitely lost in loss record 1,934 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 31 bytes in 1 blocks are definitely lost in loss record 1,935 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 31 bytes in 1 blocks are definitely lost in loss record 1,936 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 31 bytes in 1 blocks are definitely lost in loss record 1,937 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,145 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x546E332: cpluaopen (lj_state.c:149)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x546E64F: lua_newstate (lj_state.c:222)
==15242== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15242== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15242== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,146 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x546E344: cpluaopen (lj_state.c:150)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x546E64F: lua_newstate (lj_state.c:222)
==15242== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15242== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15242== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,147 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15242== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,148 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15242== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,149 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,150 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15242== by 0x54C619B: luaopen_package (lib_package.c:592)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,151 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15242== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,152 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15242== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15242== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,153 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,154 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C3414: luaopen_table (lib_table.c:384)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,155 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C343B: luaopen_table (lib_table.c:385)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,156 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C3462: luaopen_table (lib_table.c:386)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,157 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C3489: luaopen_table (lib_table.c:387)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,158 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,159 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,160 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,161 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C4976: luaopen_io (lib_io.c:533)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,162 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C528D: luaopen_os (lib_os.c:289)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,163 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C278F: luaopen_string (lib_string.c:739)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,164 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,165 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,166 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,167 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,168 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,169 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,170 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,171 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,172 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,173 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15242== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,174 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15242== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,175 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15242== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,176 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15242== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,177 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15242== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,178 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,179 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,180 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,181 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,182 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,183 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,184 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,185 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15242== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,186 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15242== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,187 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15242== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,188 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15242== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,189 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,190 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,191 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,192 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,193 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,194 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,195 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,196 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,197 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,198 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,199 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,200 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,201 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,202 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,203 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,204 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,205 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,206 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,207 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,208 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,209 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,210 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,211 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,212 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,213 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,214 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,215 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,216 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,217 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,218 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,219 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,220 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,221 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,222 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,223 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,224 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,225 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,226 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,227 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,228 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15242== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,229 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15242== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,230 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15242== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,231 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15242== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,232 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15242== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,233 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,234 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,235 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,236 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,237 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,238 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,239 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,240 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,241 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,242 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,243 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,244 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,245 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15242== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,246 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15242== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,247 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15242== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,248 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15242== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,249 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15242== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,250 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,251 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,252 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,253 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,254 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,255 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,256 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,257 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,258 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,259 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15242== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,260 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15242== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,261 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15242== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,262 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15242== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,263 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15242== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,264 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,265 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,266 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,267 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,268 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,269 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,270 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15242== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,271 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15242== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,272 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15242== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,273 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15242== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,274 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15242== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,275 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15242== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,276 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,277 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,278 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,279 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,280 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,281 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,282 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,283 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,284 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,285 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,286 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,287 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,288 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,289 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,290 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,291 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,292 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,293 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,294 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,295 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,296 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,297 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,298 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,299 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,300 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,301 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,302 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,303 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,304 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,305 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,306 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,307 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,308 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,309 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,310 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,311 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,312 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,313 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,314 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,315 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,316 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,317 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,318 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,319 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,320 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,321 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15242== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,322 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15242== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,323 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15242== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,324 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15242== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,325 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,326 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,327 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,328 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,329 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,330 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,331 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,332 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,333 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,334 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,335 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,336 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,337 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,338 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,339 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15242== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,340 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15242== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,341 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15242== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,342 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,343 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,344 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,345 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,346 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,347 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,348 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15242== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,349 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,350 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15242== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,351 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,352 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,353 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,354 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15242== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,355 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5479E68: fs_init (lj_parse.c:1617)
==15242== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15242== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15242== by 0x504BEB: ngx_http_lua_rewrite_handler_inline (ngx_http_lua_rewriteby.c:184)
==15242== by 0x504B42: ngx_http_lua_rewrite_handler (ngx_http_lua_rewriteby.c:167)
==15242== by 0x45EE39: ngx_http_core_rewrite_phase (ngx_http_core_module.c:923)
==15242== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15242== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15242== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15242== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15242== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15242== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15242== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15242== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15242== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_rewrite_handler_inline
fun:ngx_http_lua_rewrite_handler
fun:ngx_http_core_rewrite_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,356 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x546E332: cpluaopen (lj_state.c:149)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x546E64F: lua_newstate (lj_state.c:222)
==15242== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15242== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15242== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,357 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x546E344: cpluaopen (lj_state.c:150)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x546E64F: lua_newstate (lj_state.c:222)
==15242== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15242== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15242== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,358 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15242== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,359 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15242== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,360 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,361 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15242== by 0x54C619B: luaopen_package (lib_package.c:592)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,362 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15242== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,363 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15242== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15242== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,364 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,365 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C3414: luaopen_table (lib_table.c:384)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,366 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C343B: luaopen_table (lib_table.c:385)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,367 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C3462: luaopen_table (lib_table.c:386)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,368 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C3489: luaopen_table (lib_table.c:387)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,369 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,370 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,371 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,372 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C4976: luaopen_io (lib_io.c:533)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,373 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C528D: luaopen_os (lib_os.c:289)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,374 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C278F: luaopen_string (lib_string.c:739)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,375 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,376 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,377 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,378 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,379 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,380 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15242== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,381 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,382 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,383 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,384 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15242== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,385 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15242== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,386 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15242== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,387 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15242== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,388 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15242== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,389 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,390 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,391 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,392 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,393 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,394 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,395 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,396 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15242== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,397 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15242== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,398 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15242== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,399 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15242== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,400 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,401 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,402 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15242== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,403 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,404 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,405 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,406 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,407 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15242== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,408 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,409 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,410 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,411 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,412 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,413 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,414 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,415 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,416 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,417 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,418 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,419 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,420 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15242== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,421 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,422 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,423 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,424 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,425 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,426 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,427 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,428 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,429 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,430 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,431 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,432 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,433 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15242== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,434 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,435 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,436 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,437 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,438 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15242== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,439 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15242== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,440 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15242== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,441 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15242== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,442 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15242== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,443 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15242== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,444 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,445 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,446 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,447 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,448 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,449 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,450 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,451 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,452 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,453 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,454 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,455 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15242== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,456 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15242== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,457 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15242== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,458 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15242== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,459 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15242== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,460 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15242== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,461 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,462 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,463 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,464 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,465 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,466 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,467 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,468 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,469 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15242== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,470 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15242== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,471 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15242== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,472 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15242== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,473 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15242== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,474 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15242== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,475 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,476 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,477 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,478 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,479 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,480 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,481 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15242== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,482 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15242== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,483 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15242== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,484 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15242== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,485 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15242== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,486 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15242== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,487 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,488 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,489 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,490 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,491 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,492 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,493 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,494 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,495 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,496 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,497 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,498 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,499 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,500 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,501 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,502 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,503 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,504 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,505 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,506 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,507 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,508 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,509 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,510 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,511 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,512 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,513 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,514 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,515 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,516 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,517 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,518 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,519 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,520 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,521 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,522 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,523 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,524 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,525 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,526 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,527 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,528 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,529 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,530 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,531 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,532 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15242== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,533 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15242== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,534 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15242== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,535 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15242== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,536 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,537 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,538 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,539 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,540 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,541 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,542 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,543 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,544 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,545 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,546 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,547 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,548 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,549 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,550 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15242== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,551 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15242== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,552 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15242== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,553 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,554 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,555 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,556 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,557 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,558 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,559 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15242== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,560 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15242== by 0x546804A: lj_buf_more2 (lj_buf.c:46)
==15242== by 0x546BA1E: lj_buf_more (lj_buf.h:64)
==15242== by 0x546BA1E: lj_meta_cat (lj_meta.c:287)
==15242== by 0x5461C5B: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_more2
fun:lj_buf_more
fun:lj_meta_cat
fun:lj_BC_CAT
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,561 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,562 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15242== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,563 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,564 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,565 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468F59: newtab (lj_tab.c:124)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 32 bytes in 1 blocks are definitely lost in loss record 2,566 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15242== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 33 bytes in 1 blocks are definitely lost in loss record 2,569 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 33 bytes in 1 blocks are definitely lost in loss record 2,570 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 33 bytes in 1 blocks are definitely lost in loss record 2,571 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 33 bytes in 1 blocks are definitely lost in loss record 2,572 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15242== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 33 bytes in 1 blocks are definitely lost in loss record 2,573 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 33 bytes in 1 blocks are definitely lost in loss record 2,574 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 33 bytes in 1 blocks are definitely lost in loss record 2,575 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 33 bytes in 1 blocks are definitely lost in loss record 2,576 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15242== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 34 bytes in 1 blocks are definitely lost in loss record 2,579 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x546E399: cpluaopen (lj_state.c:154)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x546E64F: lua_newstate (lj_state.c:222)
==15242== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15242== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15242== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 34 bytes in 1 blocks are definitely lost in loss record 2,580 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 34 bytes in 1 blocks are definitely lost in loss record 2,581 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x546E399: cpluaopen (lj_state.c:154)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x546E64F: lua_newstate (lj_state.c:222)
==15242== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15242== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15242== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 34 bytes in 1 blocks are definitely lost in loss record 2,582 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 36 bytes in 1 blocks are definitely lost in loss record 2,597 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 36 bytes in 1 blocks are definitely lost in loss record 2,598 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 36 bytes in 2 blocks are definitely lost in loss record 2,599 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15242== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15242== by 0x547E302: parse_args (lj_parse.c:1902)
==15242== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15242== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15242== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15242== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547F25B: parse_local (lj_parse.c:2261)
==15242== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15242== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 36 bytes in 2 blocks are definitely lost in loss record 2,600 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15242== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15242== by 0x547E302: parse_args (lj_parse.c:1902)
==15242== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15242== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15242== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15242== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547F25B: parse_local (lj_parse.c:2261)
==15242== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15242== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 37 bytes in 1 blocks are definitely lost in loss record 2,601 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 37 bytes in 1 blocks are definitely lost in loss record 2,602 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 37 bytes in 1 blocks are definitely lost in loss record 2,603 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 37 bytes in 1 blocks are definitely lost in loss record 2,604 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 37 bytes in 1 blocks are definitely lost in loss record 2,605 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 37 bytes in 1 blocks are definitely lost in loss record 2,606 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 38 bytes in 1 blocks are definitely lost in loss record 2,609 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 38 bytes in 1 blocks are definitely lost in loss record 2,610 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 38 bytes in 1 blocks are definitely lost in loss record 2,611 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 38 bytes in 1 blocks are definitely lost in loss record 2,612 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 39 bytes in 1 blocks are definitely lost in loss record 2,615 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 39 bytes in 1 blocks are definitely lost in loss record 2,616 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 39 bytes in 1 blocks are definitely lost in loss record 2,617 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 39 bytes in 1 blocks are definitely lost in loss record 2,618 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 39 bytes in 1 blocks are definitely lost in loss record 2,619 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 39 bytes in 1 blocks are definitely lost in loss record 2,620 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 1 blocks are definitely lost in loss record 2,674 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15242== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15242== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15242== by 0x54C4992: luaopen_io (lib_io.c:534)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 1 blocks are definitely lost in loss record 2,675 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15242== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15242== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15242== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 1 blocks are definitely lost in loss record 2,676 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15242== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15242== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15242== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 1 blocks are definitely lost in loss record 2,677 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 1 blocks are definitely lost in loss record 2,678 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 1 blocks are definitely lost in loss record 2,679 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15242== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 1 blocks are definitely lost in loss record 2,680 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15242== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15242== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15242== by 0x54C4992: luaopen_io (lib_io.c:534)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 1 blocks are definitely lost in loss record 2,681 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15242== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15242== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15242== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 1 blocks are definitely lost in loss record 2,682 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15242== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15242== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15242== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 1 blocks are definitely lost in loss record 2,683 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 1 blocks are definitely lost in loss record 2,684 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 1 blocks are definitely lost in loss record 2,685 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15242== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 2 blocks are definitely lost in loss record 2,686 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15242== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15242== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 2 blocks are definitely lost in loss record 2,687 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 2 blocks are definitely lost in loss record 2,688 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15242== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15242== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 40 bytes in 2 blocks are definitely lost in loss record 2,689 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 41 bytes in 1 blocks are definitely lost in loss record 2,690 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 41 bytes in 1 blocks are definitely lost in loss record 2,691 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 41 bytes in 1 blocks are definitely lost in loss record 2,692 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 41 bytes in 1 blocks are definitely lost in loss record 2,693 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 42 bytes in 1 blocks are definitely lost in loss record 2,694 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 42 bytes in 1 blocks are definitely lost in loss record 2,695 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 43 bytes in 1 blocks are definitely lost in loss record 2,704 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 43 bytes in 1 blocks are definitely lost in loss record 2,705 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 43 bytes in 2 blocks are definitely lost in loss record 2,706 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 43 bytes in 2 blocks are definitely lost in loss record 2,707 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 44 bytes in 1 blocks are definitely lost in loss record 2,712 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 44 bytes in 1 blocks are definitely lost in loss record 2,713 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15242== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 47 bytes in 2 blocks are definitely lost in loss record 2,723 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15242== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 47 bytes in 2 blocks are definitely lost in loss record 2,724 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15242== by 0x54C6353: luaopen_package (lib_package.c:619)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 47 bytes in 2 blocks are definitely lost in loss record 2,725 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15242== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 47 bytes in 2 blocks are definitely lost in loss record 2,726 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15242== by 0x54C6353: luaopen_package (lib_package.c:619)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,822 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15242== by 0x54C0103: luaopen_base (lib_base.c:706)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,823 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15242== by 0x54C619B: luaopen_package (lib_package.c:592)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,824 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x54C279E: luaopen_string (lib_string.c:740)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,825 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,826 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,827 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,828 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15242== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,829 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15242== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,830 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,831 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,832 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15242== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,833 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15242== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,834 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,835 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,836 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,837 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,838 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,839 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,840 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15242== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,841 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15242== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,842 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,843 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15242== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,844 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468EB7: newtab (lj_tab.c:109)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15242== by 0x547D619: expr_simple (lj_parse.c:2004)
==15242== by 0x547D619: expr_unop (lj_parse.c:2077)
==15242== by 0x547D619: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547F25B: parse_local (lj_parse.c:2261)
==15242== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547EE83: parse_func (lj_parse.c:2286)
==15242== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15242== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,845 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5469CC4: newhpart (lj_tab.c:66)
==15242== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15242== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15242== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15242== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==15242== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==15242== by 0x547983F: lex_scan (lj_lex.c:301)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x547F837: lj_parse (lj_parse.c:2717)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15242== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15242== by 0x504BEB: ngx_http_lua_rewrite_handler_inline (ngx_http_lua_rewriteby.c:184)
==15242== by 0x504B42: ngx_http_lua_rewrite_handler (ngx_http_lua_rewriteby.c:167)
==15242== by 0x45EE39: ngx_http_core_rewrite_phase (ngx_http_core_module.c:923)
==15242== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15242== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15242== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15242== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15242== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15242== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15242== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15242== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15242== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_rewrite_handler_inline
fun:ngx_http_lua_rewrite_handler
fun:ngx_http_core_rewrite_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,846 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15242== by 0x54C0103: luaopen_base (lib_base.c:706)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,847 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15242== by 0x54C619B: luaopen_package (lib_package.c:592)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,848 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x54C279E: luaopen_string (lib_string.c:740)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,849 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,850 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,851 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15242== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15242== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,852 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15242== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,853 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15242== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,854 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,855 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15242== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,856 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15242== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,857 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15242== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,858 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,859 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,860 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,861 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,862 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,863 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,864 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15242== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,865 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15242== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,866 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,867 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15242== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 48 bytes in 1 blocks are definitely lost in loss record 2,868 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468EB7: newtab (lj_tab.c:109)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15242== by 0x547D619: expr_simple (lj_parse.c:2004)
==15242== by 0x547D619: expr_unop (lj_parse.c:2077)
==15242== by 0x547D619: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547F25B: parse_local (lj_parse.c:2261)
==15242== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547EE83: parse_func (lj_parse.c:2286)
==15242== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15242== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 49 bytes in 1 blocks are definitely lost in loss record 2,871 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15242== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15242== by 0x547E302: parse_args (lj_parse.c:1902)
==15242== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15242== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15242== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15242== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547F172: parse_local (lj_parse.c:2248)
==15242== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 49 bytes in 1 blocks are definitely lost in loss record 2,872 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15242== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15242== by 0x547E302: parse_args (lj_parse.c:1902)
==15242== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15242== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15242== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15242== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547F172: parse_local (lj_parse.c:2248)
==15242== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 60 bytes in 2 blocks are definitely lost in loss record 2,907 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 60 bytes in 2 blocks are definitely lost in loss record 2,908 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15242== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 62 bytes in 3 blocks are definitely lost in loss record 2,911 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15242== by 0x547DB92: expr_table (lj_parse.c:1762)
==15242== by 0x547D619: expr_simple (lj_parse.c:2004)
==15242== by 0x547D619: expr_unop (lj_parse.c:2077)
==15242== by 0x547D619: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547F25B: parse_local (lj_parse.c:2261)
==15242== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547EE83: parse_func (lj_parse.c:2286)
==15242== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15242== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 62 bytes in 3 blocks are definitely lost in loss record 2,912 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15242== by 0x5479986: lex_string (lj_lex.c:280)
==15242== by 0x5479986: lex_scan (lj_lex.c:364)
==15242== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15242== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15242== by 0x547DB92: expr_table (lj_parse.c:1762)
==15242== by 0x547D619: expr_simple (lj_parse.c:2004)
==15242== by 0x547D619: expr_unop (lj_parse.c:2077)
==15242== by 0x547D619: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547F25B: parse_local (lj_parse.c:2261)
==15242== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547EE83: parse_func (lj_parse.c:2286)
==15242== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15242== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 64 bytes in 1 blocks are definitely lost in loss record 2,987 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15242== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15242== by 0x54C073D: luaopen_math (lib_math.c:221)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 64 bytes in 1 blocks are definitely lost in loss record 2,988 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15242== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15242== by 0x54C073D: luaopen_math (lib_math.c:221)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 64 bytes in 2 blocks are definitely lost in loss record 2,989 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15242== by 0x54C6353: luaopen_package (lib_package.c:619)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 64 bytes in 2 blocks are definitely lost in loss record 2,990 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 64 bytes in 2 blocks are definitely lost in loss record 2,991 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 64 bytes in 2 blocks are definitely lost in loss record 2,992 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15242== by 0x54C6353: luaopen_package (lib_package.c:619)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 64 bytes in 2 blocks are definitely lost in loss record 2,993 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 64 bytes in 2 blocks are definitely lost in loss record 2,994 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 67 bytes in 3 blocks are definitely lost in loss record 2,997 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 67 bytes in 3 blocks are definitely lost in loss record 2,998 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 72 bytes in 1 blocks are definitely lost in loss record 3,024 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468EB7: newtab (lj_tab.c:109)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3,025 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15242== by 0x54B7C74: clib_new (lj_clib.c:398)
==15242== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15242== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 72 bytes in 1 blocks are definitely lost in loss record 3,026 of 3,762
==15242== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15242== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15242== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15242== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15242== by 0x547DE88: expr_table (lj_parse.c:1746)
==15242== by 0x547D619: expr_simple (lj_parse.c:2004)
==15242== by 0x547D619: expr_unop (lj_parse.c:2077)
==15242== by 0x547D619: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547F25B: parse_local (lj_parse.c:2261)
==15242== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547EE83: parse_func (lj_parse.c:2286)
==15242== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15242== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 72 bytes in 1 blocks are definitely lost in loss record 3,027 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468EB7: newtab (lj_tab.c:109)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3,028 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15242== by 0x54B7C74: clib_new (lj_clib.c:398)
==15242== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15242== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 72 bytes in 1 blocks are definitely lost in loss record 3,029 of 3,762
==15242== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15242== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15242== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15242== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15242== by 0x547DE88: expr_table (lj_parse.c:1746)
==15242== by 0x547D619: expr_simple (lj_parse.c:2004)
==15242== by 0x547D619: expr_unop (lj_parse.c:2077)
==15242== by 0x547D619: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547F25B: parse_local (lj_parse.c:2261)
==15242== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547EE83: parse_func (lj_parse.c:2286)
==15242== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15242== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 80 bytes in 1 blocks are definitely lost in loss record 3,078 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15242== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15242== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C278F: luaopen_string (lib_string.c:739)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 80 bytes in 1 blocks are definitely lost in loss record 3,079 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15242== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15242== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C278F: luaopen_string (lib_string.c:739)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 88 bytes in 4 blocks are definitely lost in loss record 3,087 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C4976: luaopen_io (lib_io.c:533)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 88 bytes in 4 blocks are definitely lost in loss record 3,088 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C4976: luaopen_io (lib_io.c:533)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 91 bytes in 4 blocks are definitely lost in loss record 3,089 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15242== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 91 bytes in 4 blocks are definitely lost in loss record 3,090 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15242== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 92 bytes in 1 blocks are definitely lost in loss record 3,091 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547F857: lj_parse (lj_parse.c:2721)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15242== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15242== by 0x504BEB: ngx_http_lua_rewrite_handler_inline (ngx_http_lua_rewriteby.c:184)
==15242== by 0x504B42: ngx_http_lua_rewrite_handler (ngx_http_lua_rewriteby.c:167)
==15242== by 0x45EE39: ngx_http_core_rewrite_phase (ngx_http_core_module.c:923)
==15242== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15242== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15242== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15242== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15242== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15242== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15242== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15242== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15242== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_rewrite_handler_inline
fun:ngx_http_lua_rewrite_handler
fun:ngx_http_core_rewrite_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 1 blocks are definitely lost in loss record 3,130 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 1 blocks are definitely lost in loss record 3,131 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15242== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 1 blocks are definitely lost in loss record 3,132 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 1 blocks are definitely lost in loss record 3,133 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 1 blocks are definitely lost in loss record 3,134 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 1 blocks are definitely lost in loss record 3,135 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 1 blocks are definitely lost in loss record 3,136 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 1 blocks are definitely lost in loss record 3,137 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15242== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 1 blocks are definitely lost in loss record 3,138 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15242== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 1 blocks are definitely lost in loss record 3,139 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15242== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 1 blocks are definitely lost in loss record 3,140 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 1 blocks are definitely lost in loss record 3,141 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 3 blocks are definitely lost in loss record 3,142 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15242== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 3 blocks are definitely lost in loss record 3,143 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 3 blocks are definitely lost in loss record 3,144 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15242== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 96 bytes in 3 blocks are definitely lost in loss record 3,145 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 100 bytes in 5 blocks are definitely lost in loss record 3,147 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15242== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15242== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 100 bytes in 5 blocks are definitely lost in loss record 3,148 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15242== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15242== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 104 bytes in 1 blocks are definitely lost in loss record 3,152 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x5468EB7: newtab (lj_tab.c:109)
==15242== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15242== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15242== by 0x5046EB: ngx_http_lua_rewrite_by_chunk (ngx_http_lua_rewriteby.c:338)
==15242== by 0x504C00: ngx_http_lua_rewrite_handler_inline (ngx_http_lua_rewriteby.c:194)
==15242== by 0x504B42: ngx_http_lua_rewrite_handler (ngx_http_lua_rewriteby.c:167)
==15242== by 0x45EE39: ngx_http_core_rewrite_phase (ngx_http_core_module.c:923)
==15242== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15242== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15242== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15242== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15242== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15242== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15242== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15242== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15242== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_rewrite_by_chunk
fun:ngx_http_lua_rewrite_handler_inline
fun:ngx_http_lua_rewrite_handler
fun:ngx_http_core_rewrite_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 108 bytes in 5 blocks are definitely lost in loss record 3,155 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 108 bytes in 5 blocks are definitely lost in loss record 3,156 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 114 bytes in 5 blocks are definitely lost in loss record 3,173 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 114 bytes in 5 blocks are definitely lost in loss record 3,174 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 119 bytes in 1 blocks are definitely lost in loss record 3,175 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5475745: lua_pushstring (lj_api.c:652)
==15242== by 0x54C607A: setpath (lib_package.c:555)
==15242== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 119 bytes in 1 blocks are definitely lost in loss record 3,176 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5475745: lua_pushstring (lj_api.c:652)
==15242== by 0x54C607A: setpath (lib_package.c:555)
==15242== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 120 bytes in 5 blocks are definitely lost in loss record 3,187 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546AB0F: func_finduv (lj_func.c:52)
==15242== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15242== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 120 bytes in 5 blocks are definitely lost in loss record 3,188 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546AB0F: func_finduv (lj_func.c:52)
==15242== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15242== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 125 bytes in 6 blocks are definitely lost in loss record 3,192 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5475745: lua_pushstring (lj_api.c:652)
==15242== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 125 bytes in 6 blocks are definitely lost in loss record 3,193 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5475745: lua_pushstring (lj_api.c:652)
==15242== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 126 bytes in 1 blocks are definitely lost in loss record 3,194 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547C960: parse_body (lj_parse.c:1855)
==15242== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15242== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15242== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547EF73: parse_return (lj_parse.c:2316)
==15242== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15242== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15242== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15242== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15242== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15242== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15242== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 126 bytes in 1 blocks are definitely lost in loss record 3,195 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547C960: parse_body (lj_parse.c:1855)
==15242== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15242== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15242== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547EF73: parse_return (lj_parse.c:2316)
==15242== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15242== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15242== by 0x547C930: parse_body (lj_parse.c:1853)
==15242== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15242== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15242== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15242== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15242== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15242== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 128 bytes in 4 blocks are definitely lost in loss record 3,238 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15242== by 0x54C6212: luaopen_package (lib_package.c:599)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 128 bytes in 4 blocks are definitely lost in loss record 3,239 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 128 bytes in 4 blocks are definitely lost in loss record 3,240 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15242== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15242== by 0x54C6212: luaopen_package (lib_package.c:599)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 128 bytes in 4 blocks are definitely lost in loss record 3,241 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 130 bytes in 1 blocks are definitely lost in loss record 3,242 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547C960: parse_body (lj_parse.c:1855)
==15242== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15242== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15242== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15242== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15242== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15242== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 130 bytes in 1 blocks are definitely lost in loss record 3,243 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547C960: parse_body (lj_parse.c:1855)
==15242== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15242== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15242== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15242== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15242== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15242== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 144 bytes in 3 blocks are definitely lost in loss record 3,259 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54C109B: lj_buf_str (lj_buf.h:100)
==15242== by 0x54C109B: lj_cf_string_format (lib_string.c:726)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15242== by 0x5046EB: ngx_http_lua_rewrite_by_chunk (ngx_http_lua_rewriteby.c:338)
==15242== by 0x504C00: ngx_http_lua_rewrite_handler_inline (ngx_http_lua_rewriteby.c:194)
==15242== by 0x504B42: ngx_http_lua_rewrite_handler (ngx_http_lua_rewriteby.c:167)
==15242== by 0x45EE39: ngx_http_core_rewrite_phase (ngx_http_core_module.c:923)
==15242== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15242== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15242== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15242== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15242== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15242== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15242== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15242== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15242== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_cf_string_format
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_rewrite_by_chunk
fun:ngx_http_lua_rewrite_handler_inline
fun:ngx_http_lua_rewrite_handler
fun:ngx_http_core_rewrite_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 157 bytes in 6 blocks are definitely lost in loss record 3,262 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 157 bytes in 6 blocks are definitely lost in loss record 3,263 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 160 bytes in 5 blocks are definitely lost in loss record 3,278 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 160 bytes in 5 blocks are definitely lost in loss record 3,279 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 172 bytes in 5 blocks are definitely lost in loss record 3,289 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15242== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 172 bytes in 5 blocks are definitely lost in loss record 3,290 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A70B: func_newL (lj_func.c:122)
==15242== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15242== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 174 bytes in 8 blocks are definitely lost in loss record 3,291 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C278F: luaopen_string (lib_string.c:739)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 174 bytes in 8 blocks are definitely lost in loss record 3,292 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C278F: luaopen_string (lib_string.c:739)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 176 bytes in 2 blocks are definitely lost in loss record 3,302 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15242== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15242== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 176 bytes in 2 blocks are definitely lost in loss record 3,303 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15242== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15242== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 186 bytes in 8 blocks are definitely lost in loss record 3,312 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C528D: luaopen_os (lib_os.c:289)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 186 bytes in 8 blocks are definitely lost in loss record 3,313 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C528D: luaopen_os (lib_os.c:289)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 1 blocks are definitely lost in loss record 3,320 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15242== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 1 blocks are definitely lost in loss record 3,321 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15242== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 1 blocks are definitely lost in loss record 3,322 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 1 blocks are definitely lost in loss record 3,323 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 1 blocks are definitely lost in loss record 3,324 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 1 blocks are definitely lost in loss record 3,325 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 1 blocks are definitely lost in loss record 3,326 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 1 blocks are definitely lost in loss record 3,327 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15242== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 1 blocks are definitely lost in loss record 3,328 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15242== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 1 blocks are definitely lost in loss record 3,329 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15242== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 1 blocks are definitely lost in loss record 3,330 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 1 blocks are definitely lost in loss record 3,331 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 1 blocks are definitely lost in loss record 3,332 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15242== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 1 blocks are definitely lost in loss record 3,333 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15242== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 6 blocks are definitely lost in loss record 3,334 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 192 bytes in 6 blocks are definitely lost in loss record 3,335 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 200 bytes in 1 blocks are definitely lost in loss record 3,336 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547F857: lj_parse (lj_parse.c:2721)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15242== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 200 bytes in 1 blocks are definitely lost in loss record 3,337 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547F857: lj_parse (lj_parse.c:2721)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15242== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 200 bytes in 5 blocks are definitely lost in loss record 3,338 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15242== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15242== by 0x54C38CD: io_file_new (lib_io.c:73)
==15242== by 0x54C3BCF: lj_cf_io_popen (lib_io.c:413)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15242== by 0x5046EB: ngx_http_lua_rewrite_by_chunk (ngx_http_lua_rewriteby.c:338)
==15242== by 0x504C00: ngx_http_lua_rewrite_handler_inline (ngx_http_lua_rewriteby.c:194)
==15242== by 0x504B42: ngx_http_lua_rewrite_handler (ngx_http_lua_rewriteby.c:167)
==15242== by 0x45EE39: ngx_http_core_rewrite_phase (ngx_http_core_module.c:923)
==15242== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15242== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15242== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15242== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15242== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15242== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15242== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15242== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15242== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_file_new
fun:lj_cf_io_popen
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_rewrite_by_chunk
fun:ngx_http_lua_rewrite_handler_inline
fun:ngx_http_lua_rewrite_handler
fun:ngx_http_core_rewrite_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 212 bytes in 1 blocks are definitely lost in loss record 3,341 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547C960: parse_body (lj_parse.c:1855)
==15242== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15242== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15242== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15242== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15242== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15242== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F688: parse_block (lj_parse.c:2402)
==15242== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15242== by 0x547F049: parse_for (lj_parse.c:2577)
==15242== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15242== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 212 bytes in 1 blocks are definitely lost in loss record 3,342 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547C960: parse_body (lj_parse.c:1855)
==15242== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15242== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15242== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15242== by 0x547D9A5: expr (lj_parse.c:2109)
==15242== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15242== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15242== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15242== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15242== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F688: parse_block (lj_parse.c:2402)
==15242== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15242== by 0x547F049: parse_for (lj_parse.c:2577)
==15242== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15242== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 216 bytes in 10 blocks are definitely lost in loss record 3,343 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 216 bytes in 10 blocks are definitely lost in loss record 3,344 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 218 bytes in 1 blocks are definitely lost in loss record 3,345 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5475745: lua_pushstring (lj_api.c:652)
==15242== by 0x54C607A: setpath (lib_package.c:555)
==15242== by 0x54C6293: luaopen_package (lib_package.c:610)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 218 bytes in 1 blocks are definitely lost in loss record 3,346 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5475745: lua_pushstring (lj_api.c:652)
==15242== by 0x54C607A: setpath (lib_package.c:555)
==15242== by 0x54C6293: luaopen_package (lib_package.c:610)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,347 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547F857: lj_parse (lj_parse.c:2721)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,348 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547F857: lj_parse (lj_parse.c:2721)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 229 bytes in 10 blocks are definitely lost in loss record 3,357 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15242== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 229 bytes in 10 blocks are definitely lost in loss record 3,358 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15242== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 245 bytes in 11 blocks are definitely lost in loss record 3,359 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 245 bytes in 11 blocks are definitely lost in loss record 3,360 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 288 bytes in 9 blocks are definitely lost in loss record 3,388 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 288 bytes in 9 blocks are definitely lost in loss record 3,389 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 310 bytes in 1 blocks are definitely lost in loss record 3,397 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547C960: parse_body (lj_parse.c:1855)
==15242== by 0x547F172: parse_local (lj_parse.c:2248)
==15242== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 310 bytes in 1 blocks are definitely lost in loss record 3,398 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547C960: parse_body (lj_parse.c:1855)
==15242== by 0x547F172: parse_local (lj_parse.c:2248)
==15242== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15242== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 352 bytes in 11 blocks are definitely lost in loss record 3,417 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C4976: luaopen_io (lib_io.c:533)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 352 bytes in 11 blocks are definitely lost in loss record 3,418 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C528D: luaopen_os (lib_os.c:289)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 352 bytes in 11 blocks are definitely lost in loss record 3,419 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C4976: luaopen_io (lib_io.c:533)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 352 bytes in 11 blocks are definitely lost in loss record 3,420 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C528D: luaopen_os (lib_os.c:289)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 360 bytes in 15 blocks are definitely lost in loss record 3,424 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546AB0F: func_finduv (lj_func.c:52)
==15242== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15242== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 360 bytes in 15 blocks are definitely lost in loss record 3,425 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x546AB0F: func_finduv (lj_func.c:52)
==15242== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15242== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15242== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 363 bytes in 1 blocks are definitely lost in loss record 3,426 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547C960: parse_body (lj_parse.c:1855)
==15242== by 0x547EE83: parse_func (lj_parse.c:2286)
==15242== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15242== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 363 bytes in 1 blocks are definitely lost in loss record 3,427 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15242== by 0x547C960: parse_body (lj_parse.c:1855)
==15242== by 0x547EE83: parse_func (lj_parse.c:2286)
==15242== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15242== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15242== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15242== by 0x548153A: cpparser (lj_load.c:41)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x548165A: lua_loadx (lj_load.c:58)
==15242== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15242== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15242== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 382 bytes in 18 blocks are definitely lost in loss record 3,432 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 382 bytes in 18 blocks are definitely lost in loss record 3,433 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,442 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15242== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,443 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5469CC4: newhpart (lj_tab.c:66)
==15242== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15242== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15242== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15242== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15242== by 0x5476F58: lua_setfield (lj_api.c:972)
==15242== by 0x54C6335: luaopen_package (lib_package.c:617)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,444 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,445 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,446 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C4976: luaopen_io (lib_io.c:533)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,447 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C528D: luaopen_os (lib_os.c:289)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,448 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C278F: luaopen_string (lib_string.c:739)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,449 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,450 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,451 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,452 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5469CC4: newhpart (lj_tab.c:66)
==15242== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15242== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15242== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15242== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15242== by 0x5476F58: lua_setfield (lj_api.c:972)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,453 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15242== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,454 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,455 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,456 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15242== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,457 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5469CC4: newhpart (lj_tab.c:66)
==15242== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15242== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15242== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15242== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15242== by 0x5476F58: lua_setfield (lj_api.c:972)
==15242== by 0x54C6335: luaopen_package (lib_package.c:617)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,458 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,459 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,460 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C4976: luaopen_io (lib_io.c:533)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,461 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C528D: luaopen_os (lib_os.c:289)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,462 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C278F: luaopen_string (lib_string.c:739)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,463 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,464 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,465 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,466 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5469CC4: newhpart (lj_tab.c:66)
==15242== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15242== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15242== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15242== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15242== by 0x5476F58: lua_setfield (lj_api.c:972)
==15242== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15242== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,467 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15242== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,468 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 1 blocks are definitely lost in loss record 3,469 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15242== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 12 blocks are definitely lost in loss record 3,470 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 384 bytes in 12 blocks are definitely lost in loss record 3,471 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 416 bytes in 13 blocks are definitely lost in loss record 3,476 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C278F: luaopen_string (lib_string.c:739)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 416 bytes in 13 blocks are definitely lost in loss record 3,477 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C278F: luaopen_string (lib_string.c:739)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 438 bytes in 19 blocks are definitely lost in loss record 3,482 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15242== by 0x546E387: cpluaopen (lj_state.c:152)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x546E64F: lua_newstate (lj_state.c:222)
==15242== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15242== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15242== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 438 bytes in 19 blocks are definitely lost in loss record 3,483 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15242== by 0x546E387: cpluaopen (lj_state.c:152)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x546E64F: lua_newstate (lj_state.c:222)
==15242== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15242== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15242== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 442 bytes in 21 blocks are definitely lost in loss record 3,484 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15242== by 0x546E38F: cpluaopen (lj_state.c:153)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x546E64F: lua_newstate (lj_state.c:222)
==15242== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15242== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15242== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 442 bytes in 21 blocks are definitely lost in loss record 3,485 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15242== by 0x546E38F: cpluaopen (lj_state.c:153)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x546E64F: lua_newstate (lj_state.c:222)
==15242== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15242== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15242== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 462 bytes in 19 blocks are definitely lost in loss record 3,494 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 462 bytes in 19 blocks are definitely lost in loss record 3,495 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15242== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 512 bytes in 16 blocks are definitely lost in loss record 3,536 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 512 bytes in 16 blocks are definitely lost in loss record 3,537 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 544 bytes in 17 blocks are definitely lost in loss record 3,547 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 544 bytes in 17 blocks are definitely lost in loss record 3,548 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 576 bytes in 18 blocks are definitely lost in loss record 3,559 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 576 bytes in 18 blocks are definitely lost in loss record 3,560 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 760 bytes in 5 blocks are definitely lost in loss record 3,595 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15242== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15242== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 760 bytes in 5 blocks are definitely lost in loss record 3,596 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15242== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15242== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15242== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 768 bytes in 1 blocks are definitely lost in loss record 3,599 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 768 bytes in 1 blocks are definitely lost in loss record 3,600 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15242== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 768 bytes in 1 blocks are definitely lost in loss record 3,601 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15242== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 768 bytes in 1 blocks are definitely lost in loss record 3,602 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 768 bytes in 1 blocks are definitely lost in loss record 3,603 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5469CC4: newhpart (lj_tab.c:66)
==15242== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15242== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15242== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15242== by 0x547710F: lua_rawset (lj_api.c:991)
==15242== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 768 bytes in 1 blocks are definitely lost in loss record 3,604 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 768 bytes in 1 blocks are definitely lost in loss record 3,605 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 768 bytes in 1 blocks are definitely lost in loss record 3,606 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15242== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15242== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 768 bytes in 1 blocks are definitely lost in loss record 3,607 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15242== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 768 bytes in 1 blocks are definitely lost in loss record 3,608 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15242== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15242== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 768 bytes in 1 blocks are definitely lost in loss record 3,609 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15242== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 768 bytes in 1 blocks are definitely lost in loss record 3,610 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5469CC4: newhpart (lj_tab.c:66)
==15242== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15242== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15242== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15242== by 0x547710F: lua_rawset (lj_api.c:991)
==15242== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15242== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 768 bytes in 1 blocks are definitely lost in loss record 3,611 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 768 bytes in 1 blocks are definitely lost in loss record 3,612 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15242== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15242== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 848 bytes in 26 blocks are definitely lost in loss record 3,627 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 848 bytes in 26 blocks are definitely lost in loss record 3,628 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C0761: luaopen_math (lib_math.c:223)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 1,000 bytes in 27 blocks are definitely lost in loss record 3,647 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 1,000 bytes in 27 blocks are definitely lost in loss record 3,648 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15242== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15242== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15242== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15242== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15242== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 1,446 bytes in 59 blocks are definitely lost in loss record 3,686 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15242== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 1,471 bytes in 60 blocks are definitely lost in loss record 3,688 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468C42: lj_str_new (lj_str.c:220)
==15242== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15242== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 1,536 bytes in 1 blocks are definitely lost in loss record 3,693 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x546E332: cpluaopen (lj_state.c:149)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x546E64F: lua_newstate (lj_state.c:222)
==15242== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15242== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15242== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 1,536 bytes in 1 blocks are definitely lost in loss record 3,694 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x546E332: cpluaopen (lj_state.c:149)
==15242== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x546E64F: lua_newstate (lj_state.c:222)
==15242== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15242== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15242== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,722 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15242== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,723 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15242== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15242== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 3,072 bytes in 1 blocks are definitely lost in loss record 3,730 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x422D15: main (nginx.c:294)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 3,072 bytes in 1 blocks are definitely lost in loss record 3,731 of 3,762
==15242== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15242== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5468F18: newhpart (lj_tab.c:66)
==15242== by 0x5468F18: newtab (lj_tab.c:145)
==15242== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15242== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15242== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15242== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15242== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15242== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15242== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15242== by 0x459663: ngx_http_block (ngx_http.c:312)
==15242== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15242== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15242== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15242== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* ==15242== 8,192 bytes in 1 blocks are definitely lost in loss record 3,759 of 3,762
==15242== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15242== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15242== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15242== by 0x5467FEA: lj_buf_need2 (lj_buf.c:36)
==15242== by 0x54C3F98: io_file_readall (lib_io.c:166)
==15242== by 0x54C3F98: io_file_read (lib_io.c:212)
==15242== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15242== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15242== by 0x5046EB: ngx_http_lua_rewrite_by_chunk (ngx_http_lua_rewriteby.c:338)
==15242== by 0x504C00: ngx_http_lua_rewrite_handler_inline (ngx_http_lua_rewriteby.c:194)
==15242== by 0x504B42: ngx_http_lua_rewrite_handler (ngx_http_lua_rewriteby.c:167)
==15242== by 0x45EE39: ngx_http_core_rewrite_phase (ngx_http_core_module.c:923)
==15242== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15242== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15242== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15242== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15242== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15242== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15242== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15242== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15242== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15242== by 0x422F5B: main (nginx.c:382)
==15242==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_need2
fun:io_file_readall
fun:io_file_read
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_rewrite_by_chunk
fun:ngx_http_lua_rewrite_handler_inline
fun:ngx_http_lua_rewrite_handler
fun:ngx_http_core_rewrite_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 4: lua_sa_restart on (default) - SA_RESTART is effective in rewrite_by_lua* - status code ok got: ''
expected: '200'
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== Invalid read of size 8
==15253== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15253== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15253== by 0x422F5B: main (nginx.c:382)
==15253== Address 0x30 is not stack'd, malloc'd or (recently) free'd
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_poll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253==
==15253== Process terminating with default action of signal 11 (SIGSEGV)
==15253== Access not within mapped region at address 0x30
==15253== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15253== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15253== by 0x422F5B: main (nginx.c:382)
==15253== If you believe this happened as a result of a stack
==15253== overflow in your program's main thread (unlikely but
==15253== possible), you can try to increase the size of the
==15253== main thread stack using the --main-stacksize= flag.
==15253== The main thread stack size used in this run was 8388608.
==15253== 18 bytes in 1 blocks are definitely lost in loss record 841 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15253== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 18 bytes in 1 blocks are definitely lost in loss record 842 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15253== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 19 bytes in 1 blocks are definitely lost in loss record 847 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 19 bytes in 1 blocks are definitely lost in loss record 848 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 19 bytes in 1 blocks are definitely lost in loss record 849 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 19 bytes in 1 blocks are definitely lost in loss record 850 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 19 bytes in 1 blocks are definitely lost in loss record 851 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15253== by 0x547E594: expr_primary (lj_parse.c:1961)
==15253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9CA: expr (lj_parse.c:2109)
==15253== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15253== by 0x547E302: parse_args (lj_parse.c:1902)
==15253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547F25B: parse_local (lj_parse.c:2261)
==15253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F688: parse_block (lj_parse.c:2402)
==15253== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15253== by 0x547F049: parse_for (lj_parse.c:2577)
==15253== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15253== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547EE83: parse_func (lj_parse.c:2286)
==15253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 19 bytes in 1 blocks are definitely lost in loss record 852 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 19 bytes in 1 blocks are definitely lost in loss record 853 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 19 bytes in 1 blocks are definitely lost in loss record 854 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 19 bytes in 1 blocks are definitely lost in loss record 855 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 19 bytes in 1 blocks are definitely lost in loss record 856 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15253== by 0x547E594: expr_primary (lj_parse.c:1961)
==15253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9CA: expr (lj_parse.c:2109)
==15253== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15253== by 0x547E302: parse_args (lj_parse.c:1902)
==15253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547F25B: parse_local (lj_parse.c:2261)
==15253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F688: parse_block (lj_parse.c:2402)
==15253== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15253== by 0x547F049: parse_for (lj_parse.c:2577)
==15253== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15253== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547EE83: parse_func (lj_parse.c:2286)
==15253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 865 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15253== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C278F: luaopen_string (lib_string.c:739)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 866 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15253== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15253== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C278F: luaopen_string (lib_string.c:739)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 867 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15253== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 868 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15253== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 869 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15253== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 870 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 871 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 872 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15253== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15253== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 873 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15253== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 874 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 875 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 876 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 877 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 878 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15253== by 0x5481548: cpparser (lj_load.c:42)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 879 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 880 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 881 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x547983F: lex_scan (lj_lex.c:301)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15253== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15253== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15253== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 882 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15253== by 0x5481548: cpparser (lj_load.c:42)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 883 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 884 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 885 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 886 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15253== by 0x547D619: expr_simple (lj_parse.c:2004)
==15253== by 0x547D619: expr_unop (lj_parse.c:2077)
==15253== by 0x547D619: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547F25B: parse_local (lj_parse.c:2261)
==15253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547EE83: parse_func (lj_parse.c:2286)
==15253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 887 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15253== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 888 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15253== by 0x5481548: cpparser (lj_load.c:42)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15253== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==15253== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 889 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15253== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C278F: luaopen_string (lib_string.c:739)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 890 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15253== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15253== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C278F: luaopen_string (lib_string.c:739)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 891 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15253== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 892 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15253== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 893 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15253== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 894 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 895 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 896 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15253== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15253== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 897 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15253== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 898 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 899 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 900 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 901 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 902 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15253== by 0x5481548: cpparser (lj_load.c:42)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 903 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 904 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 905 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x547983F: lex_scan (lj_lex.c:301)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15253== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15253== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15253== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 906 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15253== by 0x5481548: cpparser (lj_load.c:42)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 907 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 908 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 909 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 910 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15253== by 0x547D619: expr_simple (lj_parse.c:2004)
==15253== by 0x547D619: expr_unop (lj_parse.c:2077)
==15253== by 0x547D619: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547F25B: parse_local (lj_parse.c:2261)
==15253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547EE83: parse_func (lj_parse.c:2286)
==15253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 20 bytes in 1 blocks are definitely lost in loss record 911 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15253== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 924 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C6293: luaopen_package (lib_package.c:610)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 925 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15253== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 926 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15253== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 927 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15253== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 928 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15253== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 929 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15253== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 930 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 931 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 932 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 933 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15253== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 934 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15253== by 0x547D108: expr_binop (lj_parse.c:2098)
==15253== by 0x547DA01: expr (lj_parse.c:2109)
==15253== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15253== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15253== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15253== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15253== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547F172: parse_local (lj_parse.c:2248)
==15253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 935 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C6293: luaopen_package (lib_package.c:610)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 936 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15253== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 937 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15253== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 938 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15253== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 939 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15253== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 940 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15253== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 941 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 942 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 943 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 944 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15253== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 21 bytes in 1 blocks are definitely lost in loss record 945 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15253== by 0x547D108: expr_binop (lj_parse.c:2098)
==15253== by 0x547DA01: expr (lj_parse.c:2109)
==15253== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15253== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15253== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15253== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15253== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547F172: parse_local (lj_parse.c:2248)
==15253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 960 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C4959: luaopen_io (lib_io.c:532)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 961 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15253== by 0x54C4992: luaopen_io (lib_io.c:534)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 962 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 963 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15253== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 964 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15253== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 965 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15253== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 966 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15253== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 967 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 968 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15253== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 969 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 970 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 971 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 972 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C4959: luaopen_io (lib_io.c:532)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 973 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15253== by 0x54C4992: luaopen_io (lib_io.c:534)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 974 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 975 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15253== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 976 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15253== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 977 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15253== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 978 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15253== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 979 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 980 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15253== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 981 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 982 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 22 bytes in 1 blocks are definitely lost in loss record 983 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 990 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 991 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C6308: luaopen_package (lib_package.c:615)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 992 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15253== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 993 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15253== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 994 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15253== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 995 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15253== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 996 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 997 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 998 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 999 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 1,000 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 1,001 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 1,002 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 1,003 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C6308: luaopen_package (lib_package.c:615)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 1,004 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15253== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 1,005 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15253== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 1,006 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15253== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 1,007 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15253== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 1,008 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 1,009 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 1,010 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 1,011 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 1,012 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 23 bytes in 1 blocks are definitely lost in loss record 1,013 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,653 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15253== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,654 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C6243: luaopen_package (lib_package.c:606)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,655 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C6335: luaopen_package (lib_package.c:617)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,656 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,657 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54762EB: lua_getfield (lj_api.c:800)
==15253== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15253== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,658 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,659 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,660 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,661 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,662 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,663 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,664 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15253== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,665 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x547983F: lex_scan (lj_lex.c:301)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547F25B: parse_local (lj_parse.c:2261)
==15253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,666 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,667 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,668 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,669 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,670 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15253== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,671 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C6243: luaopen_package (lib_package.c:606)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,672 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54C6335: luaopen_package (lib_package.c:617)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,673 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,674 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54762EB: lua_getfield (lj_api.c:800)
==15253== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15253== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,675 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,676 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,677 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,678 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,679 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,680 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,681 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15253== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,682 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x547983F: lex_scan (lj_lex.c:301)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547F25B: parse_local (lj_parse.c:2261)
==15253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,683 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,684 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,685 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 24 bytes in 1 blocks are definitely lost in loss record 1,686 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,693 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15253== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15253== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15253== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,694 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,695 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,696 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,697 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,698 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,699 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,700 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,701 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,702 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,703 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15253== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15253== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15253== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,704 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,705 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,706 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,707 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,708 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,709 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,710 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,711 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 25 bytes in 1 blocks are definitely lost in loss record 1,712 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,721 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C3414: luaopen_table (lib_table.c:384)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,722 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,723 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,724 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,725 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,726 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,727 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,728 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,729 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,730 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15253== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,731 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,732 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,733 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,734 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15253== by 0x547D108: expr_binop (lj_parse.c:2098)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547E302: parse_args (lj_parse.c:1902)
==15253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F688: parse_block (lj_parse.c:2402)
==15253== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15253== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15253== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15253== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F688: parse_block (lj_parse.c:2402)
==15253== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15253== by 0x547F049: parse_for (lj_parse.c:2577)
==15253== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15253== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547EE83: parse_func (lj_parse.c:2286)
==15253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,735 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C3414: luaopen_table (lib_table.c:384)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,736 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,737 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,738 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,739 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,740 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,741 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,742 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,743 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,744 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15253== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,745 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,746 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,747 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 26 bytes in 1 blocks are definitely lost in loss record 1,748 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15253== by 0x547D108: expr_binop (lj_parse.c:2098)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547E302: parse_args (lj_parse.c:1902)
==15253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F688: parse_block (lj_parse.c:2402)
==15253== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15253== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15253== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15253== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F688: parse_block (lj_parse.c:2402)
==15253== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15253== by 0x547F049: parse_for (lj_parse.c:2577)
==15253== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15253== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547EE83: parse_func (lj_parse.c:2286)
==15253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,753 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15253== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,754 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,755 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,756 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,757 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,758 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,759 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,760 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,761 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,762 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,763 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15253== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,764 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15253== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,765 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15253== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,766 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,767 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,768 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15253== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,769 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,770 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,771 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,772 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,773 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,774 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,775 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,776 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,777 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,778 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15253== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,779 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15253== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,780 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15253== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,781 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 27 bytes in 1 blocks are definitely lost in loss record 1,782 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,789 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C343B: luaopen_table (lib_table.c:385)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,790 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,791 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,792 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,793 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,794 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,795 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,796 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,797 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,798 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,799 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,800 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,801 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15253== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,802 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,803 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,804 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15253== by 0x547DA01: expr (lj_parse.c:2109)
==15253== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15253== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15253== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15253== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15253== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547F172: parse_local (lj_parse.c:2248)
==15253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,805 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C343B: luaopen_table (lib_table.c:385)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,806 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,807 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,808 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,809 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,810 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,811 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,812 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,813 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,814 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,815 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,816 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,817 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15253== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,818 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,819 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 28 bytes in 1 blocks are definitely lost in loss record 1,820 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15253== by 0x547DA01: expr (lj_parse.c:2109)
==15253== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15253== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15253== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15253== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15253== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547F172: parse_local (lj_parse.c:2248)
==15253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,827 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,828 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,829 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,830 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,831 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,832 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,833 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,834 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,835 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,836 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,837 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,838 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,839 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,840 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,841 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,842 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,843 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,844 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,845 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,846 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,847 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 29 bytes in 1 blocks are definitely lost in loss record 1,848 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,857 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,858 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C3462: luaopen_table (lib_table.c:386)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,859 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,860 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,861 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,862 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,863 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,864 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,865 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,866 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,867 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,868 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,869 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,870 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,871 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,872 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,873 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C3462: luaopen_table (lib_table.c:386)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,874 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,875 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,876 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,877 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,878 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,879 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,880 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,881 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,882 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,883 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,884 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,885 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 30 bytes in 1 blocks are definitely lost in loss record 1,886 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 31 bytes in 1 blocks are definitely lost in loss record 1,889 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 31 bytes in 1 blocks are definitely lost in loss record 1,890 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 31 bytes in 1 blocks are definitely lost in loss record 1,891 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 31 bytes in 1 blocks are definitely lost in loss record 1,892 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 31 bytes in 1 blocks are definitely lost in loss record 1,893 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 31 bytes in 1 blocks are definitely lost in loss record 1,894 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 31 bytes in 1 blocks are definitely lost in loss record 1,895 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 31 bytes in 1 blocks are definitely lost in loss record 1,896 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 31 bytes in 1 blocks are definitely lost in loss record 1,897 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 31 bytes in 1 blocks are definitely lost in loss record 1,898 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,098 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x546E332: cpluaopen (lj_state.c:149)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x546E64F: lua_newstate (lj_state.c:222)
==15253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,099 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x546E344: cpluaopen (lj_state.c:150)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x546E64F: lua_newstate (lj_state.c:222)
==15253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,100 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15253== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,101 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15253== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,102 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,103 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15253== by 0x54C619B: luaopen_package (lib_package.c:592)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,104 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15253== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,105 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15253== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15253== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,106 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,107 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C3414: luaopen_table (lib_table.c:384)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,108 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C343B: luaopen_table (lib_table.c:385)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,109 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C3462: luaopen_table (lib_table.c:386)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,110 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C3489: luaopen_table (lib_table.c:387)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,111 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,112 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,113 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,114 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C4976: luaopen_io (lib_io.c:533)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,115 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C528D: luaopen_os (lib_os.c:289)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,116 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C278F: luaopen_string (lib_string.c:739)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,117 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,118 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,119 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,120 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,121 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,122 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,123 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,124 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,125 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,126 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15253== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,127 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15253== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,128 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15253== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,129 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15253== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,130 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15253== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,131 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,132 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,133 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,134 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,135 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,136 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,137 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,138 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15253== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,139 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15253== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,140 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15253== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,141 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15253== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,142 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,143 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,144 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,145 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,146 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,147 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,148 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,149 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,150 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,151 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,152 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,153 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,154 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,155 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,156 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,157 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,158 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,159 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,160 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,161 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,162 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,163 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,164 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,165 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,166 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,167 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,168 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,169 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,170 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,171 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,172 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,173 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,174 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,175 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,176 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,177 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,178 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,179 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,180 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,181 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,182 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,183 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,184 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15253== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,185 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15253== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,186 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,187 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,188 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,189 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,190 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,191 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,192 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,193 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,194 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,195 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,196 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,197 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,198 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15253== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,199 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,200 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,201 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,202 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,203 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,204 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,205 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,206 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,207 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,208 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,209 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,210 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,211 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,212 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15253== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,213 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15253== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,214 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15253== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,215 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15253== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,216 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15253== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,217 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,218 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,219 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,220 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,221 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,222 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,223 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,224 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,225 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,226 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,227 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,228 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15253== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,229 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,230 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,231 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,232 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,233 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,234 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,235 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,236 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,237 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,238 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,239 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,240 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,241 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,242 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,243 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,244 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,245 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,246 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,247 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,248 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,249 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,250 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,251 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,252 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,253 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,254 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,255 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,256 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,257 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,258 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,259 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,260 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,261 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,262 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,263 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,264 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,265 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,266 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,267 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,268 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,269 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,270 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,271 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,272 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,273 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,274 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,275 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,276 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,277 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,278 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,279 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,280 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,281 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,282 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,283 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,284 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,285 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,286 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,287 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,288 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,289 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,290 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,291 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,292 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15253== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,293 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15253== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,294 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15253== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,295 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,296 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,297 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,298 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,299 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,300 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,301 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15253== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,302 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,303 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15253== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,304 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,305 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,306 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,307 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15253== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,308 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5479E68: fs_init (lj_parse.c:1617)
==15253== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15253== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==15253== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,309 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x546E332: cpluaopen (lj_state.c:149)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x546E64F: lua_newstate (lj_state.c:222)
==15253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,310 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x546E344: cpluaopen (lj_state.c:150)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x546E64F: lua_newstate (lj_state.c:222)
==15253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,311 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15253== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,312 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15253== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,313 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,314 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15253== by 0x54C619B: luaopen_package (lib_package.c:592)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,315 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15253== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,316 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15253== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15253== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,317 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,318 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C3414: luaopen_table (lib_table.c:384)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,319 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C343B: luaopen_table (lib_table.c:385)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,320 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C3462: luaopen_table (lib_table.c:386)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,321 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C3489: luaopen_table (lib_table.c:387)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,322 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,323 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,324 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,325 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C4976: luaopen_io (lib_io.c:533)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,326 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C528D: luaopen_os (lib_os.c:289)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,327 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C278F: luaopen_string (lib_string.c:739)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,328 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,329 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,330 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,331 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,332 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,333 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15253== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,334 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,335 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,336 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,337 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15253== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,338 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15253== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,339 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15253== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,340 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15253== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,341 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15253== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,342 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,343 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,344 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,345 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,346 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,347 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,348 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,349 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15253== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,350 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15253== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,351 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15253== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,352 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15253== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,353 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,354 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,355 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15253== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,356 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,357 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,358 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,359 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,360 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15253== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,361 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,362 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,363 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,364 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,365 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,366 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,367 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,368 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,369 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,370 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,371 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,372 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,373 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15253== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,374 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,375 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,376 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,377 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,378 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,379 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,380 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,381 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,382 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,383 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,384 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,385 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,386 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15253== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,387 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,388 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,389 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,390 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,391 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15253== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,392 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,393 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,394 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,395 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15253== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,396 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15253== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,397 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,398 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,399 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,400 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,401 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,402 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,403 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,404 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,405 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,406 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,407 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,408 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15253== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,409 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15253== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,410 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,411 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,412 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,413 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15253== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,414 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,415 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,416 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,417 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,418 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,419 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,420 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,421 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,422 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15253== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,423 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15253== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,424 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15253== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,425 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15253== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,426 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15253== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,427 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15253== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,428 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,429 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,430 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,431 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,432 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,433 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,434 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,435 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,436 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,437 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,438 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,439 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15253== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,440 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,441 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,442 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,443 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,444 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,445 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,446 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,447 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,448 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,449 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,450 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,451 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,452 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,453 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,454 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,455 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,456 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,457 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,458 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,459 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,460 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,461 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,462 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,463 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,464 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,465 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,466 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,467 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,468 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,469 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,470 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,471 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,472 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,473 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,474 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,475 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,476 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,477 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,478 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,479 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,480 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,481 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,482 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,483 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,484 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,485 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,486 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,487 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,488 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,489 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,490 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,491 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,492 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,493 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,494 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,495 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,496 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,497 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,498 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,499 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,500 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,501 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,502 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,503 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15253== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,504 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15253== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,505 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15253== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,506 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,507 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,508 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,509 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,510 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,511 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,512 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15253== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,513 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15253== by 0x546804A: lj_buf_more2 (lj_buf.c:46)
==15253== by 0x546BA1E: lj_buf_more (lj_buf.h:64)
==15253== by 0x546BA1E: lj_meta_cat (lj_meta.c:287)
==15253== by 0x5461C5B: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_more2
fun:lj_buf_more
fun:lj_meta_cat
fun:lj_BC_CAT
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,514 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,515 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15253== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,516 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,517 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,518 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468F59: newtab (lj_tab.c:124)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 32 bytes in 1 blocks are definitely lost in loss record 2,519 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15253== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 33 bytes in 1 blocks are definitely lost in loss record 2,522 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 33 bytes in 1 blocks are definitely lost in loss record 2,523 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 33 bytes in 1 blocks are definitely lost in loss record 2,524 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 33 bytes in 1 blocks are definitely lost in loss record 2,525 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15253== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 33 bytes in 1 blocks are definitely lost in loss record 2,526 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 33 bytes in 1 blocks are definitely lost in loss record 2,527 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 33 bytes in 1 blocks are definitely lost in loss record 2,528 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 33 bytes in 1 blocks are definitely lost in loss record 2,529 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15253== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 34 bytes in 1 blocks are definitely lost in loss record 2,532 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x546E399: cpluaopen (lj_state.c:154)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x546E64F: lua_newstate (lj_state.c:222)
==15253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 34 bytes in 1 blocks are definitely lost in loss record 2,533 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 34 bytes in 1 blocks are definitely lost in loss record 2,534 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x546E399: cpluaopen (lj_state.c:154)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x546E64F: lua_newstate (lj_state.c:222)
==15253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 34 bytes in 1 blocks are definitely lost in loss record 2,535 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 36 bytes in 1 blocks are definitely lost in loss record 2,550 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 36 bytes in 1 blocks are definitely lost in loss record 2,551 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 36 bytes in 2 blocks are definitely lost in loss record 2,552 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15253== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15253== by 0x547E302: parse_args (lj_parse.c:1902)
==15253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547F25B: parse_local (lj_parse.c:2261)
==15253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 36 bytes in 2 blocks are definitely lost in loss record 2,553 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15253== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15253== by 0x547E302: parse_args (lj_parse.c:1902)
==15253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15253== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15253== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15253== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547F25B: parse_local (lj_parse.c:2261)
==15253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 37 bytes in 1 blocks are definitely lost in loss record 2,554 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 37 bytes in 1 blocks are definitely lost in loss record 2,555 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 37 bytes in 1 blocks are definitely lost in loss record 2,556 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 37 bytes in 1 blocks are definitely lost in loss record 2,557 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 37 bytes in 1 blocks are definitely lost in loss record 2,558 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 37 bytes in 1 blocks are definitely lost in loss record 2,559 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 38 bytes in 1 blocks are definitely lost in loss record 2,562 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 38 bytes in 1 blocks are definitely lost in loss record 2,563 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 38 bytes in 1 blocks are definitely lost in loss record 2,564 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 38 bytes in 1 blocks are definitely lost in loss record 2,565 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 39 bytes in 1 blocks are definitely lost in loss record 2,568 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 39 bytes in 1 blocks are definitely lost in loss record 2,569 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 39 bytes in 1 blocks are definitely lost in loss record 2,570 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 39 bytes in 1 blocks are definitely lost in loss record 2,571 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 39 bytes in 1 blocks are definitely lost in loss record 2,572 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 39 bytes in 1 blocks are definitely lost in loss record 2,573 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 1 blocks are definitely lost in loss record 2,627 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15253== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15253== by 0x54C4992: luaopen_io (lib_io.c:534)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 1 blocks are definitely lost in loss record 2,628 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15253== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15253== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 1 blocks are definitely lost in loss record 2,629 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15253== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15253== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 1 blocks are definitely lost in loss record 2,630 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 1 blocks are definitely lost in loss record 2,631 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 1 blocks are definitely lost in loss record 2,632 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 1 blocks are definitely lost in loss record 2,633 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15253== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15253== by 0x54C4992: luaopen_io (lib_io.c:534)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 1 blocks are definitely lost in loss record 2,634 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15253== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15253== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 1 blocks are definitely lost in loss record 2,635 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15253== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15253== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 1 blocks are definitely lost in loss record 2,636 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 1 blocks are definitely lost in loss record 2,637 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 1 blocks are definitely lost in loss record 2,638 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 2 blocks are definitely lost in loss record 2,639 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15253== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15253== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 2 blocks are definitely lost in loss record 2,640 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 2 blocks are definitely lost in loss record 2,641 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15253== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15253== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 40 bytes in 2 blocks are definitely lost in loss record 2,642 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 41 bytes in 1 blocks are definitely lost in loss record 2,643 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 41 bytes in 1 blocks are definitely lost in loss record 2,644 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 41 bytes in 1 blocks are definitely lost in loss record 2,645 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 41 bytes in 1 blocks are definitely lost in loss record 2,646 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 42 bytes in 1 blocks are definitely lost in loss record 2,647 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 42 bytes in 1 blocks are definitely lost in loss record 2,648 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 43 bytes in 1 blocks are definitely lost in loss record 2,657 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 43 bytes in 1 blocks are definitely lost in loss record 2,658 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 43 bytes in 2 blocks are definitely lost in loss record 2,659 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 43 bytes in 2 blocks are definitely lost in loss record 2,660 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 44 bytes in 1 blocks are definitely lost in loss record 2,665 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 44 bytes in 1 blocks are definitely lost in loss record 2,666 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15253== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 47 bytes in 2 blocks are definitely lost in loss record 2,676 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15253== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 47 bytes in 2 blocks are definitely lost in loss record 2,677 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15253== by 0x54C6353: luaopen_package (lib_package.c:619)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 47 bytes in 2 blocks are definitely lost in loss record 2,678 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15253== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 47 bytes in 2 blocks are definitely lost in loss record 2,679 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15253== by 0x54C6353: luaopen_package (lib_package.c:619)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,769 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15253== by 0x54C0103: luaopen_base (lib_base.c:706)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,770 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15253== by 0x54C619B: luaopen_package (lib_package.c:592)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,771 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x54C279E: luaopen_string (lib_string.c:740)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,772 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,773 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,774 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,775 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15253== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,776 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,777 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,778 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,779 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,780 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,781 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,782 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,783 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,784 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,785 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,786 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,787 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15253== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,788 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15253== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,789 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,790 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15253== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,791 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468EB7: newtab (lj_tab.c:109)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15253== by 0x547D619: expr_simple (lj_parse.c:2004)
==15253== by 0x547D619: expr_unop (lj_parse.c:2077)
==15253== by 0x547D619: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547F25B: parse_local (lj_parse.c:2261)
==15253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547EE83: parse_func (lj_parse.c:2286)
==15253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,792 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5469CC4: newhpart (lj_tab.c:66)
==15253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15253== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==15253== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==15253== by 0x547983F: lex_scan (lj_lex.c:301)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x547F837: lj_parse (lj_parse.c:2717)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15253== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==15253== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,793 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15253== by 0x54C0103: luaopen_base (lib_base.c:706)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,794 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15253== by 0x54C619B: luaopen_package (lib_package.c:592)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,795 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x54C279E: luaopen_string (lib_string.c:740)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,796 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,797 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,798 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15253== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15253== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,799 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15253== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,800 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15253== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,801 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,802 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15253== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,803 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,804 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15253== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,805 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,806 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,807 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,808 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,809 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,810 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,811 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15253== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,812 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15253== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,813 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,814 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15253== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 48 bytes in 1 blocks are definitely lost in loss record 2,815 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468EB7: newtab (lj_tab.c:109)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15253== by 0x547D619: expr_simple (lj_parse.c:2004)
==15253== by 0x547D619: expr_unop (lj_parse.c:2077)
==15253== by 0x547D619: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547F25B: parse_local (lj_parse.c:2261)
==15253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547EE83: parse_func (lj_parse.c:2286)
==15253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 49 bytes in 1 blocks are definitely lost in loss record 2,818 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15253== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15253== by 0x547E302: parse_args (lj_parse.c:1902)
==15253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547F172: parse_local (lj_parse.c:2248)
==15253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 49 bytes in 1 blocks are definitely lost in loss record 2,819 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15253== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15253== by 0x547E302: parse_args (lj_parse.c:1902)
==15253== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15253== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15253== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15253== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547F172: parse_local (lj_parse.c:2248)
==15253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 60 bytes in 2 blocks are definitely lost in loss record 2,854 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 60 bytes in 2 blocks are definitely lost in loss record 2,855 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15253== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 62 bytes in 3 blocks are definitely lost in loss record 2,858 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15253== by 0x547DB92: expr_table (lj_parse.c:1762)
==15253== by 0x547D619: expr_simple (lj_parse.c:2004)
==15253== by 0x547D619: expr_unop (lj_parse.c:2077)
==15253== by 0x547D619: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547F25B: parse_local (lj_parse.c:2261)
==15253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547EE83: parse_func (lj_parse.c:2286)
==15253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 62 bytes in 3 blocks are definitely lost in loss record 2,859 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15253== by 0x5479986: lex_string (lj_lex.c:280)
==15253== by 0x5479986: lex_scan (lj_lex.c:364)
==15253== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15253== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15253== by 0x547DB92: expr_table (lj_parse.c:1762)
==15253== by 0x547D619: expr_simple (lj_parse.c:2004)
==15253== by 0x547D619: expr_unop (lj_parse.c:2077)
==15253== by 0x547D619: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547F25B: parse_local (lj_parse.c:2261)
==15253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547EE83: parse_func (lj_parse.c:2286)
==15253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 64 bytes in 1 blocks are definitely lost in loss record 2,932 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15253== by 0x54C073D: luaopen_math (lib_math.c:221)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 64 bytes in 1 blocks are definitely lost in loss record 2,933 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15253== by 0x54C073D: luaopen_math (lib_math.c:221)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 64 bytes in 2 blocks are definitely lost in loss record 2,934 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15253== by 0x54C6353: luaopen_package (lib_package.c:619)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 64 bytes in 2 blocks are definitely lost in loss record 2,935 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 64 bytes in 2 blocks are definitely lost in loss record 2,936 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 64 bytes in 2 blocks are definitely lost in loss record 2,937 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15253== by 0x54C6353: luaopen_package (lib_package.c:619)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 64 bytes in 2 blocks are definitely lost in loss record 2,938 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 64 bytes in 2 blocks are definitely lost in loss record 2,939 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 67 bytes in 3 blocks are definitely lost in loss record 2,942 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 67 bytes in 3 blocks are definitely lost in loss record 2,943 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 72 bytes in 1 blocks are definitely lost in loss record 2,969 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468EB7: newtab (lj_tab.c:109)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,970 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15253== by 0x54B7C74: clib_new (lj_clib.c:398)
==15253== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15253== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 72 bytes in 1 blocks are definitely lost in loss record 2,971 of 3,702
==15253== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15253== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15253== by 0x547DE88: expr_table (lj_parse.c:1746)
==15253== by 0x547D619: expr_simple (lj_parse.c:2004)
==15253== by 0x547D619: expr_unop (lj_parse.c:2077)
==15253== by 0x547D619: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547F25B: parse_local (lj_parse.c:2261)
==15253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547EE83: parse_func (lj_parse.c:2286)
==15253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 72 bytes in 1 blocks are definitely lost in loss record 2,972 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468EB7: newtab (lj_tab.c:109)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,973 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15253== by 0x54B7C74: clib_new (lj_clib.c:398)
==15253== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15253== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 72 bytes in 1 blocks are definitely lost in loss record 2,974 of 3,702
==15253== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15253== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15253== by 0x547DE88: expr_table (lj_parse.c:1746)
==15253== by 0x547D619: expr_simple (lj_parse.c:2004)
==15253== by 0x547D619: expr_unop (lj_parse.c:2077)
==15253== by 0x547D619: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547F25B: parse_local (lj_parse.c:2261)
==15253== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547EE83: parse_func (lj_parse.c:2286)
==15253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 80 bytes in 1 blocks are definitely lost in loss record 3,019 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15253== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15253== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C278F: luaopen_string (lib_string.c:739)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 80 bytes in 1 blocks are definitely lost in loss record 3,020 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15253== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15253== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C278F: luaopen_string (lib_string.c:739)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 84 bytes in 1 blocks are definitely lost in loss record 3,023 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54762EB: lua_getfield (lj_api.c:800)
==15253== by 0x503895: ngx_http_lua_cache_load_code (ngx_http_lua_cache.c:55)
==15253== by 0x5039D3: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:162)
==15253== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==15253== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:ngx_http_lua_cache_load_code
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 88 bytes in 4 blocks are definitely lost in loss record 3,028 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C4976: luaopen_io (lib_io.c:533)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 88 bytes in 4 blocks are definitely lost in loss record 3,029 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C4976: luaopen_io (lib_io.c:533)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 91 bytes in 4 blocks are definitely lost in loss record 3,030 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15253== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 91 bytes in 4 blocks are definitely lost in loss record 3,031 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15253== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 1 blocks are definitely lost in loss record 3,073 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 1 blocks are definitely lost in loss record 3,074 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 1 blocks are definitely lost in loss record 3,075 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 1 blocks are definitely lost in loss record 3,076 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 1 blocks are definitely lost in loss record 3,077 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 1 blocks are definitely lost in loss record 3,078 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 1 blocks are definitely lost in loss record 3,079 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 1 blocks are definitely lost in loss record 3,080 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15253== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 1 blocks are definitely lost in loss record 3,081 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15253== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 1 blocks are definitely lost in loss record 3,082 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15253== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 1 blocks are definitely lost in loss record 3,083 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 1 blocks are definitely lost in loss record 3,084 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 3 blocks are definitely lost in loss record 3,085 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15253== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 3 blocks are definitely lost in loss record 3,086 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 3 blocks are definitely lost in loss record 3,087 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15253== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 96 bytes in 3 blocks are definitely lost in loss record 3,088 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 100 bytes in 5 blocks are definitely lost in loss record 3,089 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15253== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15253== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 100 bytes in 5 blocks are definitely lost in loss record 3,090 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15253== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15253== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 104 bytes in 1 blocks are definitely lost in loss record 3,094 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x5468EB7: newtab (lj_tab.c:109)
==15253== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15253== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15253== by 0x504363: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:122)
==15253== by 0x50444B: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:312)
==15253== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_content_by_chunk
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 108 bytes in 5 blocks are definitely lost in loss record 3,099 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 108 bytes in 5 blocks are definitely lost in loss record 3,100 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 114 bytes in 5 blocks are definitely lost in loss record 3,115 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 114 bytes in 5 blocks are definitely lost in loss record 3,116 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 119 bytes in 1 blocks are definitely lost in loss record 3,117 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5475745: lua_pushstring (lj_api.c:652)
==15253== by 0x54C607A: setpath (lib_package.c:555)
==15253== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 119 bytes in 1 blocks are definitely lost in loss record 3,118 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5475745: lua_pushstring (lj_api.c:652)
==15253== by 0x54C607A: setpath (lib_package.c:555)
==15253== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 120 bytes in 5 blocks are definitely lost in loss record 3,129 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546AB0F: func_finduv (lj_func.c:52)
==15253== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 120 bytes in 5 blocks are definitely lost in loss record 3,130 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546AB0F: func_finduv (lj_func.c:52)
==15253== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 125 bytes in 6 blocks are definitely lost in loss record 3,134 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5475745: lua_pushstring (lj_api.c:652)
==15253== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 125 bytes in 6 blocks are definitely lost in loss record 3,135 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5475745: lua_pushstring (lj_api.c:652)
==15253== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 126 bytes in 1 blocks are definitely lost in loss record 3,136 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547C960: parse_body (lj_parse.c:1855)
==15253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547EF73: parse_return (lj_parse.c:2316)
==15253== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15253== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 126 bytes in 1 blocks are definitely lost in loss record 3,137 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547C960: parse_body (lj_parse.c:1855)
==15253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547EF73: parse_return (lj_parse.c:2316)
==15253== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15253== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15253== by 0x547C930: parse_body (lj_parse.c:1853)
==15253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 128 bytes in 4 blocks are definitely lost in loss record 3,178 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15253== by 0x54C6212: luaopen_package (lib_package.c:599)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 128 bytes in 4 blocks are definitely lost in loss record 3,179 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 128 bytes in 4 blocks are definitely lost in loss record 3,180 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15253== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15253== by 0x54C6212: luaopen_package (lib_package.c:599)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 128 bytes in 4 blocks are definitely lost in loss record 3,181 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 130 bytes in 1 blocks are definitely lost in loss record 3,182 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547C960: parse_body (lj_parse.c:1855)
==15253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 130 bytes in 1 blocks are definitely lost in loss record 3,183 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547C960: parse_body (lj_parse.c:1855)
==15253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 139 (92 direct, 47 indirect) bytes in 1 blocks are definitely lost in loss record 3,188 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547F857: lj_parse (lj_parse.c:2721)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15253== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15253== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==15253== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 148 bytes in 3 blocks are definitely lost in loss record 3,200 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54C109B: lj_buf_str (lj_buf.h:100)
==15253== by 0x54C109B: lj_cf_string_format (lib_string.c:726)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15253== by 0x504363: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:122)
==15253== by 0x50444B: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:312)
==15253== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_cf_string_format
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_content_by_chunk
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 157 bytes in 6 blocks are definitely lost in loss record 3,203 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 157 bytes in 6 blocks are definitely lost in loss record 3,204 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 160 bytes in 5 blocks are definitely lost in loss record 3,219 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 160 bytes in 5 blocks are definitely lost in loss record 3,220 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 172 bytes in 5 blocks are definitely lost in loss record 3,229 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 172 bytes in 5 blocks are definitely lost in loss record 3,230 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A70B: func_newL (lj_func.c:122)
==15253== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 174 bytes in 8 blocks are definitely lost in loss record 3,231 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C278F: luaopen_string (lib_string.c:739)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 174 bytes in 8 blocks are definitely lost in loss record 3,232 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C278F: luaopen_string (lib_string.c:739)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 176 bytes in 2 blocks are definitely lost in loss record 3,242 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15253== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15253== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 176 bytes in 2 blocks are definitely lost in loss record 3,243 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15253== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15253== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 186 bytes in 8 blocks are definitely lost in loss record 3,252 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C528D: luaopen_os (lib_os.c:289)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 186 bytes in 8 blocks are definitely lost in loss record 3,253 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C528D: luaopen_os (lib_os.c:289)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 1 blocks are definitely lost in loss record 3,260 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15253== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 1 blocks are definitely lost in loss record 3,261 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15253== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 1 blocks are definitely lost in loss record 3,262 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 1 blocks are definitely lost in loss record 3,263 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 1 blocks are definitely lost in loss record 3,264 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 1 blocks are definitely lost in loss record 3,265 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 1 blocks are definitely lost in loss record 3,266 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 1 blocks are definitely lost in loss record 3,267 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15253== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 1 blocks are definitely lost in loss record 3,268 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15253== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 1 blocks are definitely lost in loss record 3,269 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15253== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 1 blocks are definitely lost in loss record 3,270 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 1 blocks are definitely lost in loss record 3,271 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 1 blocks are definitely lost in loss record 3,272 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15253== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 1 blocks are definitely lost in loss record 3,273 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15253== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 6 blocks are definitely lost in loss record 3,274 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 192 bytes in 6 blocks are definitely lost in loss record 3,275 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 200 bytes in 1 blocks are definitely lost in loss record 3,276 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547F857: lj_parse (lj_parse.c:2721)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 200 bytes in 1 blocks are definitely lost in loss record 3,277 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547F857: lj_parse (lj_parse.c:2721)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15253== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 200 bytes in 5 blocks are definitely lost in loss record 3,278 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15253== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15253== by 0x54C38CD: io_file_new (lib_io.c:73)
==15253== by 0x54C3BCF: lj_cf_io_popen (lib_io.c:413)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15253== by 0x504363: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:122)
==15253== by 0x50444B: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:312)
==15253== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_file_new
fun:lj_cf_io_popen
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_content_by_chunk
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 212 bytes in 1 blocks are definitely lost in loss record 3,281 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547C960: parse_body (lj_parse.c:1855)
==15253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F688: parse_block (lj_parse.c:2402)
==15253== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15253== by 0x547F049: parse_for (lj_parse.c:2577)
==15253== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15253== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 212 bytes in 1 blocks are definitely lost in loss record 3,282 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547C960: parse_body (lj_parse.c:1855)
==15253== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15253== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15253== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15253== by 0x547D9A5: expr (lj_parse.c:2109)
==15253== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15253== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15253== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15253== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15253== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F688: parse_block (lj_parse.c:2402)
==15253== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15253== by 0x547F049: parse_for (lj_parse.c:2577)
==15253== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15253== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 216 bytes in 10 blocks are definitely lost in loss record 3,283 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 216 bytes in 10 blocks are definitely lost in loss record 3,284 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 218 bytes in 1 blocks are definitely lost in loss record 3,285 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5475745: lua_pushstring (lj_api.c:652)
==15253== by 0x54C607A: setpath (lib_package.c:555)
==15253== by 0x54C6293: luaopen_package (lib_package.c:610)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 218 bytes in 1 blocks are definitely lost in loss record 3,286 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5475745: lua_pushstring (lj_api.c:652)
==15253== by 0x54C607A: setpath (lib_package.c:555)
==15253== by 0x54C6293: luaopen_package (lib_package.c:610)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,287 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547F857: lj_parse (lj_parse.c:2721)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,288 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547F857: lj_parse (lj_parse.c:2721)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 229 bytes in 10 blocks are definitely lost in loss record 3,297 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15253== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 229 bytes in 10 blocks are definitely lost in loss record 3,298 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15253== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 245 bytes in 11 blocks are definitely lost in loss record 3,299 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 245 bytes in 11 blocks are definitely lost in loss record 3,300 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 288 bytes in 9 blocks are definitely lost in loss record 3,328 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 288 bytes in 9 blocks are definitely lost in loss record 3,329 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 310 bytes in 1 blocks are definitely lost in loss record 3,337 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547C960: parse_body (lj_parse.c:1855)
==15253== by 0x547F172: parse_local (lj_parse.c:2248)
==15253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 310 bytes in 1 blocks are definitely lost in loss record 3,338 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547C960: parse_body (lj_parse.c:1855)
==15253== by 0x547F172: parse_local (lj_parse.c:2248)
==15253== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15253== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 352 bytes in 11 blocks are definitely lost in loss record 3,357 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C4976: luaopen_io (lib_io.c:533)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 352 bytes in 11 blocks are definitely lost in loss record 3,358 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C528D: luaopen_os (lib_os.c:289)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 352 bytes in 11 blocks are definitely lost in loss record 3,359 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C4976: luaopen_io (lib_io.c:533)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 352 bytes in 11 blocks are definitely lost in loss record 3,360 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C528D: luaopen_os (lib_os.c:289)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 360 bytes in 15 blocks are definitely lost in loss record 3,364 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546AB0F: func_finduv (lj_func.c:52)
==15253== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 360 bytes in 15 blocks are definitely lost in loss record 3,365 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x546AB0F: func_finduv (lj_func.c:52)
==15253== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15253== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15253== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 363 bytes in 1 blocks are definitely lost in loss record 3,366 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547C960: parse_body (lj_parse.c:1855)
==15253== by 0x547EE83: parse_func (lj_parse.c:2286)
==15253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 363 bytes in 1 blocks are definitely lost in loss record 3,367 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15253== by 0x547C960: parse_body (lj_parse.c:1855)
==15253== by 0x547EE83: parse_func (lj_parse.c:2286)
==15253== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15253== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15253== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15253== by 0x548153A: cpparser (lj_load.c:41)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x548165A: lua_loadx (lj_load.c:58)
==15253== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15253== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15253== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 382 bytes in 18 blocks are definitely lost in loss record 3,372 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 382 bytes in 18 blocks are definitely lost in loss record 3,373 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,382 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15253== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,383 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5469CC4: newhpart (lj_tab.c:66)
==15253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15253== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15253== by 0x5476F58: lua_setfield (lj_api.c:972)
==15253== by 0x54C6335: luaopen_package (lib_package.c:617)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,384 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,385 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,386 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C4976: luaopen_io (lib_io.c:533)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,387 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C528D: luaopen_os (lib_os.c:289)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,388 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C278F: luaopen_string (lib_string.c:739)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,389 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,390 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,391 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,392 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5469CC4: newhpart (lj_tab.c:66)
==15253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15253== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15253== by 0x5476F58: lua_setfield (lj_api.c:972)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,393 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15253== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,394 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,395 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,396 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15253== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,397 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5469CC4: newhpart (lj_tab.c:66)
==15253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15253== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15253== by 0x5476F58: lua_setfield (lj_api.c:972)
==15253== by 0x54C6335: luaopen_package (lib_package.c:617)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,398 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,399 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,400 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C4976: luaopen_io (lib_io.c:533)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,401 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C528D: luaopen_os (lib_os.c:289)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,402 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C278F: luaopen_string (lib_string.c:739)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,403 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,404 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,405 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,406 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5469CC4: newhpart (lj_tab.c:66)
==15253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15253== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15253== by 0x5476F58: lua_setfield (lj_api.c:972)
==15253== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15253== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,407 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15253== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,408 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 1 blocks are definitely lost in loss record 3,409 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15253== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 12 blocks are definitely lost in loss record 3,410 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 384 bytes in 12 blocks are definitely lost in loss record 3,411 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 416 bytes in 13 blocks are definitely lost in loss record 3,416 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C278F: luaopen_string (lib_string.c:739)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 416 bytes in 13 blocks are definitely lost in loss record 3,417 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C278F: luaopen_string (lib_string.c:739)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 438 bytes in 19 blocks are definitely lost in loss record 3,422 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15253== by 0x546E387: cpluaopen (lj_state.c:152)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x546E64F: lua_newstate (lj_state.c:222)
==15253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 438 bytes in 19 blocks are definitely lost in loss record 3,423 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15253== by 0x546E387: cpluaopen (lj_state.c:152)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x546E64F: lua_newstate (lj_state.c:222)
==15253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 442 bytes in 21 blocks are definitely lost in loss record 3,424 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15253== by 0x546E38F: cpluaopen (lj_state.c:153)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x546E64F: lua_newstate (lj_state.c:222)
==15253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 442 bytes in 21 blocks are definitely lost in loss record 3,425 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15253== by 0x546E38F: cpluaopen (lj_state.c:153)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x546E64F: lua_newstate (lj_state.c:222)
==15253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 462 bytes in 19 blocks are definitely lost in loss record 3,434 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 462 bytes in 19 blocks are definitely lost in loss record 3,435 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15253== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 512 bytes in 16 blocks are definitely lost in loss record 3,476 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 512 bytes in 16 blocks are definitely lost in loss record 3,477 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 544 bytes in 17 blocks are definitely lost in loss record 3,487 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 544 bytes in 17 blocks are definitely lost in loss record 3,488 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 576 bytes in 18 blocks are definitely lost in loss record 3,499 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 576 bytes in 18 blocks are definitely lost in loss record 3,500 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 760 bytes in 5 blocks are definitely lost in loss record 3,535 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15253== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15253== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 760 bytes in 5 blocks are definitely lost in loss record 3,536 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15253== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15253== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15253== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 768 bytes in 1 blocks are definitely lost in loss record 3,539 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 768 bytes in 1 blocks are definitely lost in loss record 3,540 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15253== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 768 bytes in 1 blocks are definitely lost in loss record 3,541 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15253== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 768 bytes in 1 blocks are definitely lost in loss record 3,542 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 768 bytes in 1 blocks are definitely lost in loss record 3,543 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5469CC4: newhpart (lj_tab.c:66)
==15253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15253== by 0x547710F: lua_rawset (lj_api.c:991)
==15253== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 768 bytes in 1 blocks are definitely lost in loss record 3,544 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 768 bytes in 1 blocks are definitely lost in loss record 3,545 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 768 bytes in 1 blocks are definitely lost in loss record 3,546 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15253== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15253== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 768 bytes in 1 blocks are definitely lost in loss record 3,547 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15253== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 768 bytes in 1 blocks are definitely lost in loss record 3,548 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15253== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15253== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 768 bytes in 1 blocks are definitely lost in loss record 3,549 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15253== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 768 bytes in 1 blocks are definitely lost in loss record 3,550 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5469CC4: newhpart (lj_tab.c:66)
==15253== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15253== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15253== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15253== by 0x547710F: lua_rawset (lj_api.c:991)
==15253== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15253== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 768 bytes in 1 blocks are definitely lost in loss record 3,551 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 768 bytes in 1 blocks are definitely lost in loss record 3,552 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15253== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15253== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 848 bytes in 26 blocks are definitely lost in loss record 3,567 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 848 bytes in 26 blocks are definitely lost in loss record 3,568 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C0761: luaopen_math (lib_math.c:223)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 1,000 bytes in 27 blocks are definitely lost in loss record 3,587 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 1,000 bytes in 27 blocks are definitely lost in loss record 3,588 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15253== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15253== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15253== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15253== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15253== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 1,446 bytes in 59 blocks are definitely lost in loss record 3,626 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15253== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 1,472 bytes in 60 blocks are definitely lost in loss record 3,630 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468C42: lj_str_new (lj_str.c:220)
==15253== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15253== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 1,536 bytes in 1 blocks are definitely lost in loss record 3,633 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x546E332: cpluaopen (lj_state.c:149)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x546E64F: lua_newstate (lj_state.c:222)
==15253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 1,536 bytes in 1 blocks are definitely lost in loss record 3,634 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x546E332: cpluaopen (lj_state.c:149)
==15253== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x546E64F: lua_newstate (lj_state.c:222)
==15253== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15253== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15253== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,662 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15253== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,663 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15253== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15253== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 3,072 bytes in 1 blocks are definitely lost in loss record 3,670 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x422D15: main (nginx.c:294)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 3,072 bytes in 1 blocks are definitely lost in loss record 3,671 of 3,702
==15253== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15253== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5468F18: newhpart (lj_tab.c:66)
==15253== by 0x5468F18: newtab (lj_tab.c:145)
==15253== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15253== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15253== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15253== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15253== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15253== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15253== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15253== by 0x459663: ngx_http_block (ngx_http.c:312)
==15253== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15253== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15253== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15253== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined ==15253== 8,192 bytes in 1 blocks are definitely lost in loss record 3,699 of 3,702
==15253== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15253== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15253== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15253== by 0x5467FEA: lj_buf_need2 (lj_buf.c:36)
==15253== by 0x54C3F98: io_file_readall (lib_io.c:166)
==15253== by 0x54C3F98: io_file_read (lib_io.c:212)
==15253== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15253== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==15253== by 0x504363: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:122)
==15253== by 0x50444B: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:312)
==15253== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==15253== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15253== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15253== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15253== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15253== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15253== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15253== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15253== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15253== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15253== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15253== by 0x422F5B: main (nginx.c:382)
==15253==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_need2
fun:io_file_readall
fun:io_file_read
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_content_by_chunk
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 3: lua_sa_restart on (default) - sets SA_RESTART if no init_worker_by_lua* phase is defined - status code ok got: ''
expected: '200'
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== Invalid read of size 8
==15264== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15264== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15264== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15264== by 0x422F5B: main (nginx.c:382)
==15264== Address 0x30 is not stack'd, malloc'd or (recently) free'd
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_poll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264==
==15264== Process terminating with default action of signal 11 (SIGSEGV)
==15264== Access not within mapped region at address 0x30
==15264== at 0x44FBEC: ngx_poll_process_events (ngx_poll_module.c:337)
==15264== by 0x44339B: ngx_process_events_and_timers (ngx_event.c:252)
==15264== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15264== by 0x422F5B: main (nginx.c:382)
==15264== If you believe this happened as a result of a stack
==15264== overflow in your program's main thread (unlikely but
==15264== possible), you can try to increase the size of the
==15264== main thread stack using the --main-stacksize= flag.
==15264== The main thread stack size used in this run was 8388608.
==15264== 18 bytes in 1 blocks are definitely lost in loss record 872 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15264== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 18 bytes in 1 blocks are definitely lost in loss record 873 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==15264== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 19 bytes in 1 blocks are definitely lost in loss record 878 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 19 bytes in 1 blocks are definitely lost in loss record 879 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 19 bytes in 1 blocks are definitely lost in loss record 880 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 19 bytes in 1 blocks are definitely lost in loss record 881 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 19 bytes in 1 blocks are definitely lost in loss record 882 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15264== by 0x547E594: expr_primary (lj_parse.c:1961)
==15264== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15264== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15264== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9CA: expr (lj_parse.c:2109)
==15264== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15264== by 0x547E302: parse_args (lj_parse.c:1902)
==15264== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15264== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15264== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15264== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547F25B: parse_local (lj_parse.c:2261)
==15264== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F688: parse_block (lj_parse.c:2402)
==15264== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15264== by 0x547F049: parse_for (lj_parse.c:2577)
==15264== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15264== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547EE83: parse_func (lj_parse.c:2286)
==15264== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15264== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 19 bytes in 1 blocks are definitely lost in loss record 883 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54C00A1: luaopen_base (lib_base.c:704)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 19 bytes in 1 blocks are definitely lost in loss record 884 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 19 bytes in 1 blocks are definitely lost in loss record 885 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 19 bytes in 1 blocks are definitely lost in loss record 886 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 19 bytes in 1 blocks are definitely lost in loss record 887 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x547E2F1: parse_args (lj_parse.c:1898)
==15264== by 0x547E594: expr_primary (lj_parse.c:1961)
==15264== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15264== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15264== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9CA: expr (lj_parse.c:2109)
==15264== by 0x547D9CA: expr_list (lj_parse.c:1879)
==15264== by 0x547E302: parse_args (lj_parse.c:1902)
==15264== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15264== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15264== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15264== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547F25B: parse_local (lj_parse.c:2261)
==15264== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F688: parse_block (lj_parse.c:2402)
==15264== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15264== by 0x547F049: parse_for (lj_parse.c:2577)
==15264== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15264== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547EE83: parse_func (lj_parse.c:2286)
==15264== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15264== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 896 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15264== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C278F: luaopen_string (lib_string.c:739)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 897 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15264== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15264== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C278F: luaopen_string (lib_string.c:739)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 898 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15264== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 899 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15264== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 900 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15264== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 901 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 902 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 903 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15264== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15264== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 904 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15264== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 905 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 906 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 907 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 908 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 909 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15264== by 0x5481548: cpparser (lj_load.c:42)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15264== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 910 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15264== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 911 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 912 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x547983F: lex_scan (lj_lex.c:301)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15264== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15264== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15264== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 913 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15264== by 0x5481548: cpparser (lj_load.c:42)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 914 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 915 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 916 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 917 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15264== by 0x547D619: expr_simple (lj_parse.c:2004)
==15264== by 0x547D619: expr_unop (lj_parse.c:2077)
==15264== by 0x547D619: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547F25B: parse_local (lj_parse.c:2261)
==15264== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547EE83: parse_func (lj_parse.c:2286)
==15264== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15264== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 918 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15264== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15264== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 919 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15264== by 0x5481548: cpparser (lj_load.c:42)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15264== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15264== by 0x5064F5: ngx_http_lua_header_filter_inline (ngx_http_lua_headerfilterby.c:172)
==15264== by 0x506290: ngx_http_lua_header_filter (ngx_http_lua_headerfilterby.c:277)
==15264== by 0x493A71: ngx_http_not_modified_header_filter (ngx_http_not_modified_filter_module.c:108)
==15264== by 0x45FB15: ngx_http_send_header (ngx_http_core_module.c:1766)
==15264== by 0x4DCA28: ngx_http_echo_send_header_if_needed (ngx_http_echo_util.c:163)
==15264== by 0x4DCA57: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:113)
==15264== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15264== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15264== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15264== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15264== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15264== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15264== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15264== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15264== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15264== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15264== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15264== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15264== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_header_filter_inline
fun:ngx_http_lua_header_filter
fun:ngx_http_not_modified_header_filter
fun:ngx_http_send_header
fun:ngx_http_echo_send_header_if_needed
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 920 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15264== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C278F: luaopen_string (lib_string.c:739)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 921 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15264== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15264== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C278F: luaopen_string (lib_string.c:739)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 922 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15264== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 923 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15264== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 924 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15264== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 925 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 926 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 927 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15264== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==15264== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 928 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==15264== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 929 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F0168: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:670)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 930 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 931 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 932 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 933 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15264== by 0x5481548: cpparser (lj_load.c:42)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15264== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 934 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==15264== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 935 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 936 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x547983F: lex_scan (lj_lex.c:301)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15264== by 0x547EB7F: parse_local (lj_parse.c:2260)
==15264== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==15264== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 937 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15264== by 0x5481548: cpparser (lj_load.c:42)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 938 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 939 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 940 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 941 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x547DAFC: expr_table (lj_parse.c:1714)
==15264== by 0x547D619: expr_simple (lj_parse.c:2004)
==15264== by 0x547D619: expr_unop (lj_parse.c:2077)
==15264== by 0x547D619: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547F25B: parse_local (lj_parse.c:2261)
==15264== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547EE83: parse_func (lj_parse.c:2286)
==15264== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15264== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 20 bytes in 1 blocks are definitely lost in loss record 942 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15264== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x503558: ngx_http_lua_do_call (ngx_http_lua_util.c:4108)
==15264== by 0x51800D: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:24)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_do_call
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 955 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C6293: luaopen_package (lib_package.c:610)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 956 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15264== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 957 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15264== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 958 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15264== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 959 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15264== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 960 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15264== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 961 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 962 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 963 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15264== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 964 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15264== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 965 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15264== by 0x547D108: expr_binop (lj_parse.c:2098)
==15264== by 0x547DA01: expr (lj_parse.c:2109)
==15264== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15264== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15264== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15264== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15264== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547F172: parse_local (lj_parse.c:2248)
==15264== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 966 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C6293: luaopen_package (lib_package.c:610)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 967 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==15264== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 968 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==15264== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 969 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==15264== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 970 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==15264== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 971 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==15264== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 972 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 973 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 974 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==15264== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 975 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15264== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 21 bytes in 1 blocks are definitely lost in loss record 976 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15264== by 0x547D108: expr_binop (lj_parse.c:2098)
==15264== by 0x547DA01: expr (lj_parse.c:2109)
==15264== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15264== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15264== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15264== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15264== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547F172: parse_local (lj_parse.c:2248)
==15264== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 991 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C4959: luaopen_io (lib_io.c:532)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 992 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15264== by 0x54C4992: luaopen_io (lib_io.c:534)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 993 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 994 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15264== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 995 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15264== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 996 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15264== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 997 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15264== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 998 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 999 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15264== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,000 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15264== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,001 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,002 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,003 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C4959: luaopen_io (lib_io.c:532)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,004 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15264== by 0x54C4992: luaopen_io (lib_io.c:534)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,005 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,006 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==15264== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,007 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==15264== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,008 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==15264== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,009 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==15264== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,010 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,011 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==15264== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,012 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==15264== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,013 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 22 bytes in 1 blocks are definitely lost in loss record 1,014 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,021 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,022 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C6308: luaopen_package (lib_package.c:615)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,023 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15264== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,024 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15264== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,025 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15264== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,026 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15264== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,027 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,028 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,029 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,030 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,031 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,032 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,033 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C62DB: luaopen_package (lib_package.c:613)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,034 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C6308: luaopen_package (lib_package.c:615)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,035 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15264== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,036 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C3CAA: io_std_new (lib_io.c:524)
==15264== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,037 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==15264== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,038 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==15264== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,039 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,040 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,041 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,042 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,043 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 23 bytes in 1 blocks are definitely lost in loss record 1,044 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,683 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15264== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,684 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C6243: luaopen_package (lib_package.c:606)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,685 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C6335: luaopen_package (lib_package.c:617)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,686 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15264== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,687 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54762EB: lua_getfield (lj_api.c:800)
==15264== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15264== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,688 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,689 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,690 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,691 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,692 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,693 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15264== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,694 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15264== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,695 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x547983F: lex_scan (lj_lex.c:301)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15264== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15264== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15264== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547F25B: parse_local (lj_parse.c:2261)
==15264== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,696 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,697 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,698 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,699 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,700 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15264== by 0x54C00F4: luaopen_base (lib_base.c:705)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,701 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C6243: luaopen_package (lib_package.c:606)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,702 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54C6335: luaopen_package (lib_package.c:617)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,703 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15264== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,704 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54762EB: lua_getfield (lj_api.c:800)
==15264== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==15264== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,705 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,706 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,707 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,708 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,709 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,710 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==15264== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,711 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==15264== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,712 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x547983F: lex_scan (lj_lex.c:301)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==15264== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15264== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15264== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547F25B: parse_local (lj_parse.c:2261)
==15264== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,713 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,714 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,715 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 24 bytes in 1 blocks are definitely lost in loss record 1,716 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,723 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15264== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15264== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15264== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,724 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,725 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,726 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,727 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,728 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,729 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,730 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,731 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,732 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,733 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15264== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==15264== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15264== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,734 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,735 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,736 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,737 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,738 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,739 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,740 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,741 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 25 bytes in 1 blocks are definitely lost in loss record 1,742 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,751 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C3414: luaopen_table (lib_table.c:384)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,752 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,753 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,754 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,755 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,756 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,757 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,758 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,759 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,760 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15264== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,761 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,762 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,763 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,764 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15264== by 0x547D108: expr_binop (lj_parse.c:2098)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547E302: parse_args (lj_parse.c:1902)
==15264== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15264== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15264== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15264== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F688: parse_block (lj_parse.c:2402)
==15264== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15264== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15264== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15264== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F688: parse_block (lj_parse.c:2402)
==15264== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15264== by 0x547F049: parse_for (lj_parse.c:2577)
==15264== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15264== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547EE83: parse_func (lj_parse.c:2286)
==15264== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15264== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,765 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C3414: luaopen_table (lib_table.c:384)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,766 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,767 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,768 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,769 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,770 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,771 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,772 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,773 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,774 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==15264== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,775 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,776 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,777 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 26 bytes in 1 blocks are definitely lost in loss record 1,778 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15264== by 0x547D108: expr_binop (lj_parse.c:2098)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547E302: parse_args (lj_parse.c:1902)
==15264== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15264== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15264== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15264== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F688: parse_block (lj_parse.c:2402)
==15264== by 0x547F6D4: parse_then (lj_parse.c:2591)
==15264== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15264== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15264== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F688: parse_block (lj_parse.c:2402)
==15264== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15264== by 0x547F049: parse_for (lj_parse.c:2577)
==15264== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15264== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547EE83: parse_func (lj_parse.c:2286)
==15264== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15264== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,783 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15264== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,784 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,785 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,786 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,787 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,788 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,789 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,790 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,791 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,792 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,793 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15264== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,794 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15264== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,795 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15264== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,796 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,797 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,798 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547567A: lua_pushlstring (lj_api.c:640)
==15264== by 0x54C62C7: luaopen_package (lib_package.c:612)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,799 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,800 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,801 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,802 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,803 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,804 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,805 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,806 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,807 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,808 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==15264== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,809 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==15264== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,810 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==15264== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,811 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 27 bytes in 1 blocks are definitely lost in loss record 1,812 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,819 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C343B: luaopen_table (lib_table.c:385)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,820 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,821 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,822 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,823 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,824 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,825 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,826 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,827 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,828 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,829 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,830 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,831 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15264== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,832 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,833 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,834 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15264== by 0x547DA01: expr (lj_parse.c:2109)
==15264== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15264== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15264== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15264== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15264== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547F172: parse_local (lj_parse.c:2248)
==15264== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,835 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C343B: luaopen_table (lib_table.c:385)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,836 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,837 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,838 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,839 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,840 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,841 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,842 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,843 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,844 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,845 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,846 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,847 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==15264== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,848 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,849 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 28 bytes in 1 blocks are definitely lost in loss record 1,850 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==15264== by 0x547DA01: expr (lj_parse.c:2109)
==15264== by 0x547DA01: expr_cond (lj_parse.c:2124)
==15264== by 0x547F6BD: parse_then (lj_parse.c:2589)
==15264== by 0x547EEC4: parse_if (lj_parse.c:2601)
==15264== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==15264== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547F172: parse_local (lj_parse.c:2248)
==15264== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,857 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,858 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,859 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,860 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,861 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,862 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,863 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15264== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,864 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15264== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,865 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,866 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,867 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,868 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,869 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,870 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,871 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,872 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,873 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,874 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==15264== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,875 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==15264== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,876 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,877 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 29 bytes in 1 blocks are definitely lost in loss record 1,878 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,887 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,888 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C3462: luaopen_table (lib_table.c:386)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,889 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,890 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,891 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,892 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,893 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,894 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,895 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15264== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,896 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15264== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,897 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,898 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,899 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,900 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,901 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,902 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,903 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C3462: luaopen_table (lib_table.c:386)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,904 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,905 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,906 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,907 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,908 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,909 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,910 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==15264== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,911 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==15264== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,912 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,913 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,914 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,915 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 30 bytes in 1 blocks are definitely lost in loss record 1,916 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 31 bytes in 1 blocks are definitely lost in loss record 1,919 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 31 bytes in 1 blocks are definitely lost in loss record 1,920 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 31 bytes in 1 blocks are definitely lost in loss record 1,921 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 31 bytes in 1 blocks are definitely lost in loss record 1,922 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 31 bytes in 1 blocks are definitely lost in loss record 1,923 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 31 bytes in 1 blocks are definitely lost in loss record 1,924 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 31 bytes in 1 blocks are definitely lost in loss record 1,925 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 31 bytes in 1 blocks are definitely lost in loss record 1,926 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 31 bytes in 1 blocks are definitely lost in loss record 1,927 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 31 bytes in 1 blocks are definitely lost in loss record 1,928 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,134 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x546E332: cpluaopen (lj_state.c:149)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x546E64F: lua_newstate (lj_state.c:222)
==15264== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15264== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15264== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,135 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x546E344: cpluaopen (lj_state.c:150)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x546E64F: lua_newstate (lj_state.c:222)
==15264== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15264== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15264== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,136 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15264== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,137 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15264== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,138 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,139 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15264== by 0x54C619B: luaopen_package (lib_package.c:592)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,140 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15264== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,141 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15264== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15264== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,142 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,143 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C3414: luaopen_table (lib_table.c:384)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,144 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C343B: luaopen_table (lib_table.c:385)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,145 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C3462: luaopen_table (lib_table.c:386)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,146 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C3489: luaopen_table (lib_table.c:387)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,147 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,148 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,149 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,150 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C4976: luaopen_io (lib_io.c:533)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,151 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C528D: luaopen_os (lib_os.c:289)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,152 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C278F: luaopen_string (lib_string.c:739)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,153 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,154 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,155 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,156 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,157 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,158 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,159 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,160 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,161 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,162 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15264== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,163 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15264== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,164 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15264== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,165 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15264== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,166 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15264== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,167 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,168 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,169 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,170 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,171 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,172 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,173 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,174 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15264== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,175 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15264== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,176 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15264== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,177 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15264== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,178 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,179 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,180 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,181 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,182 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,183 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,184 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,185 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,186 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,187 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,188 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,189 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,190 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,191 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,192 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,193 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,194 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,195 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,196 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,197 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,198 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,199 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,200 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,201 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,202 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,203 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,204 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,205 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,206 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,207 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,208 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,209 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,210 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,211 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,212 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,213 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,214 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,215 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,216 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,217 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15264== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,218 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15264== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,219 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15264== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,220 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15264== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,221 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15264== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,222 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,223 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,224 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,225 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,226 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,227 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,228 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,229 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,230 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,231 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,232 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,233 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,234 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15264== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,235 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15264== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,236 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15264== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,237 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15264== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,238 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15264== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,239 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,240 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,241 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,242 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,243 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,244 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,245 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,246 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,247 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,248 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15264== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,249 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15264== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,250 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15264== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,251 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15264== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,252 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15264== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,253 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,254 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,255 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,256 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,257 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,258 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,259 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15264== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,260 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15264== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,261 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15264== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,262 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15264== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,263 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15264== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,264 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15264== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,265 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,266 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,267 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,268 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,269 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,270 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,271 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,272 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,273 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,274 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,275 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,276 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,277 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,278 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,279 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,280 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,281 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,282 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,283 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,284 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,285 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,286 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,287 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,288 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,289 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,290 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,291 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,292 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,293 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,294 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,295 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,296 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,297 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,298 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,299 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,300 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,301 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,302 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,303 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,304 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,305 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,306 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,307 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,308 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,309 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,310 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15264== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,311 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15264== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,312 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15264== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,313 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15264== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,314 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,315 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,316 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,317 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,318 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,319 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,320 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,321 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,322 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,323 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,324 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,325 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,326 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,327 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,328 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15264== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,329 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15264== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,330 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15264== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,331 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,332 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,333 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,334 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,335 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,336 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,337 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15264== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,338 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,339 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15264== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,340 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,341 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,342 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,343 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15264== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,344 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5479E68: fs_init (lj_parse.c:1617)
==15264== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15264== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15264== by 0x5064F5: ngx_http_lua_header_filter_inline (ngx_http_lua_headerfilterby.c:172)
==15264== by 0x506290: ngx_http_lua_header_filter (ngx_http_lua_headerfilterby.c:277)
==15264== by 0x493A71: ngx_http_not_modified_header_filter (ngx_http_not_modified_filter_module.c:108)
==15264== by 0x45FB15: ngx_http_send_header (ngx_http_core_module.c:1766)
==15264== by 0x4DCA28: ngx_http_echo_send_header_if_needed (ngx_http_echo_util.c:163)
==15264== by 0x4DCA57: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:113)
==15264== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15264== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15264== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15264== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15264== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15264== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15264== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15264== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15264== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15264== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15264== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15264== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15264== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_header_filter_inline
fun:ngx_http_lua_header_filter
fun:ngx_http_not_modified_header_filter
fun:ngx_http_send_header
fun:ngx_http_echo_send_header_if_needed
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,345 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x50635C: ngx_http_lua_header_filter_by_chunk (ngx_http_lua_headerfilterby.c:100)
==15264== by 0x50650F: ngx_http_lua_header_filter_inline (ngx_http_lua_headerfilterby.c:183)
==15264== by 0x506290: ngx_http_lua_header_filter (ngx_http_lua_headerfilterby.c:277)
==15264== by 0x493A71: ngx_http_not_modified_header_filter (ngx_http_not_modified_filter_module.c:108)
==15264== by 0x45FB15: ngx_http_send_header (ngx_http_core_module.c:1766)
==15264== by 0x4DCA28: ngx_http_echo_send_header_if_needed (ngx_http_echo_util.c:163)
==15264== by 0x4DCA57: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:113)
==15264== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15264== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15264== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15264== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15264== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15264== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15264== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15264== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15264== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15264== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15264== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15264== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15264== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_header_filter_by_chunk
fun:ngx_http_lua_header_filter_inline
fun:ngx_http_lua_header_filter
fun:ngx_http_not_modified_header_filter
fun:ngx_http_send_header
fun:ngx_http_echo_send_header_if_needed
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,346 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x546E332: cpluaopen (lj_state.c:149)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x546E64F: lua_newstate (lj_state.c:222)
==15264== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15264== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15264== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,347 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x546E344: cpluaopen (lj_state.c:150)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x546E64F: lua_newstate (lj_state.c:222)
==15264== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15264== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15264== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,348 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15264== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,349 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==15264== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,350 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C01F8: luaopen_base (lib_base.c:711)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,351 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15264== by 0x54C619B: luaopen_package (lib_package.c:592)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,352 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15264== by 0x54C61B1: luaopen_package (lib_package.c:593)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,353 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==15264== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==15264== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,354 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,355 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C3414: luaopen_table (lib_table.c:384)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,356 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C343B: luaopen_table (lib_table.c:385)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,357 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C3462: luaopen_table (lib_table.c:386)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,358 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C3489: luaopen_table (lib_table.c:387)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,359 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C34B0: luaopen_table (lib_table.c:388)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,360 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C34D3: luaopen_table (lib_table.c:389)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,361 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,362 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C4976: luaopen_io (lib_io.c:533)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,363 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C528D: luaopen_os (lib_os.c:289)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,364 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C278F: luaopen_string (lib_string.c:739)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,365 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,366 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,367 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,368 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,369 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,370 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==15264== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,371 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,372 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,373 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,374 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15264== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,375 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15264== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,376 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15264== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,377 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15264== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,378 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15264== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,379 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,380 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,381 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,382 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,383 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,384 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,385 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,386 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==15264== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,387 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15264== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,388 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==15264== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,389 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==15264== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,390 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,391 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,392 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==15264== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,393 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,394 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,395 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,396 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,397 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==15264== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,398 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,399 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,400 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,401 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,402 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,403 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,404 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,405 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,406 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,407 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,408 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,409 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,410 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==15264== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,411 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,412 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,413 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,414 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,415 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,416 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,417 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,418 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,419 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,420 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,421 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,422 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,423 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==15264== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,424 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,425 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,426 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,427 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,428 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==15264== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,429 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15264== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,430 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==15264== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,431 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==15264== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,432 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==15264== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,433 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==15264== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,434 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,435 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,436 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,437 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,438 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,439 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,440 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,441 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,442 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,443 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,444 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,445 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==15264== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,446 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==15264== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,447 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==15264== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,448 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==15264== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,449 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==15264== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,450 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==15264== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,451 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,452 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,453 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,454 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,455 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,456 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,457 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,458 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,459 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==15264== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,460 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==15264== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,461 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==15264== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,462 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==15264== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,463 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==15264== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,464 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==15264== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,465 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,466 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,467 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,468 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,469 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,470 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,471 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15264== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,472 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==15264== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,473 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15264== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,474 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==15264== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,475 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==15264== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,476 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==15264== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,477 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,478 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,479 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,480 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,481 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,482 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,483 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,484 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,485 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,486 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,487 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,488 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,489 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,490 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,491 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,492 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,493 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,494 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,495 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,496 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,497 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,498 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,499 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,500 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,501 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,502 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,503 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,504 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,505 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,506 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,507 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,508 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,509 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,510 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,511 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,512 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,513 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,514 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,515 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,516 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,517 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,518 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,519 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,520 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,521 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,522 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15264== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,523 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==15264== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,524 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==15264== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,525 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==15264== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,526 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,527 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,528 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,529 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,530 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,531 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,532 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,533 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,534 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,535 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,536 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,537 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,538 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,539 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,540 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15264== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,541 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==15264== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,542 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==15264== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,543 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,544 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,545 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,546 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,547 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,548 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,549 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15264== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,550 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15264== by 0x546804A: lj_buf_more2 (lj_buf.c:46)
==15264== by 0x546BA1E: lj_buf_more (lj_buf.h:64)
==15264== by 0x546BA1E: lj_meta_cat (lj_meta.c:287)
==15264== by 0x5461C5B: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_more2
fun:lj_buf_more
fun:lj_meta_cat
fun:lj_BC_CAT
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,551 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547F78B: lj_parse (lj_parse.c:2704)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,552 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15264== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,553 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,554 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,555 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468F59: newtab (lj_tab.c:124)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 32 bytes in 1 blocks are definitely lost in loss record 2,556 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==15264== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 33 bytes in 1 blocks are definitely lost in loss record 2,559 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 33 bytes in 1 blocks are definitely lost in loss record 2,560 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 33 bytes in 1 blocks are definitely lost in loss record 2,561 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 33 bytes in 1 blocks are definitely lost in loss record 2,562 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15264== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 33 bytes in 1 blocks are definitely lost in loss record 2,563 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 33 bytes in 1 blocks are definitely lost in loss record 2,564 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 33 bytes in 1 blocks are definitely lost in loss record 2,565 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 33 bytes in 1 blocks are definitely lost in loss record 2,566 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==15264== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 34 bytes in 1 blocks are definitely lost in loss record 2,569 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x546E399: cpluaopen (lj_state.c:154)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x546E64F: lua_newstate (lj_state.c:222)
==15264== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15264== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15264== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 34 bytes in 1 blocks are definitely lost in loss record 2,570 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 34 bytes in 1 blocks are definitely lost in loss record 2,571 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x546E399: cpluaopen (lj_state.c:154)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x546E64F: lua_newstate (lj_state.c:222)
==15264== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15264== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15264== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 34 bytes in 1 blocks are definitely lost in loss record 2,572 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 36 bytes in 1 blocks are definitely lost in loss record 2,587 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 36 bytes in 1 blocks are definitely lost in loss record 2,588 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 36 bytes in 2 blocks are definitely lost in loss record 2,589 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15264== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15264== by 0x547E302: parse_args (lj_parse.c:1902)
==15264== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15264== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15264== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15264== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547F25B: parse_local (lj_parse.c:2261)
==15264== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15264== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 36 bytes in 2 blocks are definitely lost in loss record 2,590 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15264== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15264== by 0x547E302: parse_args (lj_parse.c:1902)
==15264== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15264== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==15264== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==15264== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547F25B: parse_local (lj_parse.c:2261)
==15264== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15264== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 37 bytes in 1 blocks are definitely lost in loss record 2,591 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 37 bytes in 1 blocks are definitely lost in loss record 2,592 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 37 bytes in 1 blocks are definitely lost in loss record 2,593 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 37 bytes in 1 blocks are definitely lost in loss record 2,594 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 37 bytes in 1 blocks are definitely lost in loss record 2,595 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 37 bytes in 1 blocks are definitely lost in loss record 2,596 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 38 bytes in 1 blocks are definitely lost in loss record 2,600 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 38 bytes in 1 blocks are definitely lost in loss record 2,601 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 38 bytes in 1 blocks are definitely lost in loss record 2,602 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 38 bytes in 1 blocks are definitely lost in loss record 2,603 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 39 bytes in 1 blocks are definitely lost in loss record 2,606 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 39 bytes in 1 blocks are definitely lost in loss record 2,607 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 39 bytes in 1 blocks are definitely lost in loss record 2,608 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 39 bytes in 1 blocks are definitely lost in loss record 2,609 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 39 bytes in 1 blocks are definitely lost in loss record 2,610 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 39 bytes in 1 blocks are definitely lost in loss record 2,611 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 1 blocks are definitely lost in loss record 2,665 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15264== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15264== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15264== by 0x54C4992: luaopen_io (lib_io.c:534)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 1 blocks are definitely lost in loss record 2,666 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15264== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15264== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15264== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 1 blocks are definitely lost in loss record 2,667 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15264== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15264== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15264== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 1 blocks are definitely lost in loss record 2,668 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 1 blocks are definitely lost in loss record 2,669 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 1 blocks are definitely lost in loss record 2,670 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15264== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 1 blocks are definitely lost in loss record 2,671 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15264== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15264== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15264== by 0x54C4992: luaopen_io (lib_io.c:534)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 1 blocks are definitely lost in loss record 2,672 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15264== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15264== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15264== by 0x54C49B4: luaopen_io (lib_io.c:535)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 1 blocks are definitely lost in loss record 2,673 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15264== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15264== by 0x54C3C6A: io_std_new (lib_io.c:517)
==15264== by 0x54C49D3: luaopen_io (lib_io.c:536)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 1 blocks are definitely lost in loss record 2,674 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 1 blocks are definitely lost in loss record 2,675 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 1 blocks are definitely lost in loss record 2,676 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15264== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 2 blocks are definitely lost in loss record 2,677 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15264== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15264== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 2 blocks are definitely lost in loss record 2,678 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 2 blocks are definitely lost in loss record 2,679 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15264== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15264== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 40 bytes in 2 blocks are definitely lost in loss record 2,680 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 41 bytes in 1 blocks are definitely lost in loss record 2,681 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 41 bytes in 1 blocks are definitely lost in loss record 2,682 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 41 bytes in 1 blocks are definitely lost in loss record 2,683 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 41 bytes in 1 blocks are definitely lost in loss record 2,684 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 42 bytes in 1 blocks are definitely lost in loss record 2,685 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 42 bytes in 1 blocks are definitely lost in loss record 2,686 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 43 bytes in 1 blocks are definitely lost in loss record 2,695 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 43 bytes in 1 blocks are definitely lost in loss record 2,696 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 43 bytes in 2 blocks are definitely lost in loss record 2,697 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 43 bytes in 2 blocks are definitely lost in loss record 2,698 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 44 bytes in 1 blocks are definitely lost in loss record 2,703 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 44 bytes in 1 blocks are definitely lost in loss record 2,704 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==15264== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 47 bytes in 2 blocks are definitely lost in loss record 2,712 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15264== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 47 bytes in 2 blocks are definitely lost in loss record 2,713 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15264== by 0x54C6353: luaopen_package (lib_package.c:619)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 47 bytes in 2 blocks are definitely lost in loss record 2,714 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15264== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 47 bytes in 2 blocks are definitely lost in loss record 2,715 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==15264== by 0x54C6353: luaopen_package (lib_package.c:619)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,811 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15264== by 0x54C0103: luaopen_base (lib_base.c:706)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,812 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15264== by 0x54C619B: luaopen_package (lib_package.c:592)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,813 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x54C279E: luaopen_string (lib_string.c:740)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,814 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,815 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,816 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,817 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15264== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,818 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15264== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,819 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,820 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,821 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15264== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,822 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15264== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,823 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,824 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,825 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,826 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,827 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,828 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,829 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15264== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,830 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15264== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,831 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,832 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15264== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,833 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468EB7: newtab (lj_tab.c:109)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15264== by 0x547D619: expr_simple (lj_parse.c:2004)
==15264== by 0x547D619: expr_unop (lj_parse.c:2077)
==15264== by 0x547D619: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547F25B: parse_local (lj_parse.c:2261)
==15264== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547EE83: parse_func (lj_parse.c:2286)
==15264== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15264== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,834 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5469CC4: newhpart (lj_tab.c:66)
==15264== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15264== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15264== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15264== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==15264== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==15264== by 0x547983F: lex_scan (lj_lex.c:301)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x547F837: lj_parse (lj_parse.c:2717)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15264== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15264== by 0x5064F5: ngx_http_lua_header_filter_inline (ngx_http_lua_headerfilterby.c:172)
==15264== by 0x506290: ngx_http_lua_header_filter (ngx_http_lua_headerfilterby.c:277)
==15264== by 0x493A71: ngx_http_not_modified_header_filter (ngx_http_not_modified_filter_module.c:108)
==15264== by 0x45FB15: ngx_http_send_header (ngx_http_core_module.c:1766)
==15264== by 0x4DCA28: ngx_http_echo_send_header_if_needed (ngx_http_echo_util.c:163)
==15264== by 0x4DCA57: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:113)
==15264== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15264== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15264== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15264== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15264== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15264== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15264== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15264== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15264== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15264== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15264== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15264== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15264== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_header_filter_inline
fun:ngx_http_lua_header_filter
fun:ngx_http_not_modified_header_filter
fun:ngx_http_send_header
fun:ngx_http_echo_send_header_if_needed
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,835 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==15264== by 0x54C0103: luaopen_base (lib_base.c:706)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,836 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==15264== by 0x54C619B: luaopen_package (lib_package.c:592)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,837 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x54C279E: luaopen_string (lib_string.c:740)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,838 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,839 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,840 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==15264== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==15264== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,841 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==15264== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,842 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==15264== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,843 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,844 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==15264== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,845 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==15264== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,846 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==15264== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,847 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,848 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,849 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,850 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,851 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,852 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,853 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==15264== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,854 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15264== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,855 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,856 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==15264== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 48 bytes in 1 blocks are definitely lost in loss record 2,857 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468EB7: newtab (lj_tab.c:109)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x547DFA8: expr_table (lj_parse.c:1740)
==15264== by 0x547D619: expr_simple (lj_parse.c:2004)
==15264== by 0x547D619: expr_unop (lj_parse.c:2077)
==15264== by 0x547D619: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547F25B: parse_local (lj_parse.c:2261)
==15264== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547EE83: parse_func (lj_parse.c:2286)
==15264== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15264== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 49 bytes in 1 blocks are definitely lost in loss record 2,860 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15264== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15264== by 0x547E302: parse_args (lj_parse.c:1902)
==15264== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15264== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15264== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15264== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547F172: parse_local (lj_parse.c:2248)
==15264== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 49 bytes in 1 blocks are definitely lost in loss record 2,861 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15264== by 0x547D9D7: expr_list (lj_parse.c:1877)
==15264== by 0x547E302: parse_args (lj_parse.c:1902)
==15264== by 0x547E46C: expr_primary (lj_parse.c:1965)
==15264== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==15264== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==15264== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547F172: parse_local (lj_parse.c:2248)
==15264== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 60 bytes in 2 blocks are definitely lost in loss record 2,899 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 60 bytes in 2 blocks are definitely lost in loss record 2,900 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5476F1C: lua_setfield (lj_api.c:971)
==15264== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 62 bytes in 3 blocks are definitely lost in loss record 2,903 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15264== by 0x547DB92: expr_table (lj_parse.c:1762)
==15264== by 0x547D619: expr_simple (lj_parse.c:2004)
==15264== by 0x547D619: expr_unop (lj_parse.c:2077)
==15264== by 0x547D619: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547F25B: parse_local (lj_parse.c:2261)
==15264== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547EE83: parse_func (lj_parse.c:2286)
==15264== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15264== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 62 bytes in 3 blocks are definitely lost in loss record 2,904 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==15264== by 0x5479986: lex_string (lj_lex.c:280)
==15264== by 0x5479986: lex_scan (lj_lex.c:364)
==15264== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==15264== by 0x5479DD8: lex_opt (lj_parse.c:989)
==15264== by 0x547DB92: expr_table (lj_parse.c:1762)
==15264== by 0x547D619: expr_simple (lj_parse.c:2004)
==15264== by 0x547D619: expr_unop (lj_parse.c:2077)
==15264== by 0x547D619: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547F25B: parse_local (lj_parse.c:2261)
==15264== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547EE83: parse_func (lj_parse.c:2286)
==15264== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15264== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 64 bytes in 1 blocks are definitely lost in loss record 2,979 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15264== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15264== by 0x54C073D: luaopen_math (lib_math.c:221)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 64 bytes in 1 blocks are definitely lost in loss record 2,980 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15264== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15264== by 0x54C073D: luaopen_math (lib_math.c:221)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 64 bytes in 2 blocks are definitely lost in loss record 2,981 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15264== by 0x54C6353: luaopen_package (lib_package.c:619)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 64 bytes in 2 blocks are definitely lost in loss record 2,982 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 64 bytes in 2 blocks are definitely lost in loss record 2,983 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 64 bytes in 2 blocks are definitely lost in loss record 2,984 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15264== by 0x54C6353: luaopen_package (lib_package.c:619)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 64 bytes in 2 blocks are definitely lost in loss record 2,985 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 64 bytes in 2 blocks are definitely lost in loss record 2,986 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 67 bytes in 3 blocks are definitely lost in loss record 2,989 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 67 bytes in 3 blocks are definitely lost in loss record 2,990 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 72 bytes in 1 blocks are definitely lost in loss record 3,013 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468EB7: newtab (lj_tab.c:109)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3,014 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15264== by 0x54B7C74: clib_new (lj_clib.c:398)
==15264== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15264== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 72 bytes in 1 blocks are definitely lost in loss record 3,015 of 3,747
==15264== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15264== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15264== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15264== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15264== by 0x547DE88: expr_table (lj_parse.c:1746)
==15264== by 0x547D619: expr_simple (lj_parse.c:2004)
==15264== by 0x547D619: expr_unop (lj_parse.c:2077)
==15264== by 0x547D619: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547F25B: parse_local (lj_parse.c:2261)
==15264== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547EE83: parse_func (lj_parse.c:2286)
==15264== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15264== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 72 bytes in 1 blocks are definitely lost in loss record 3,016 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468EB7: newtab (lj_tab.c:109)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54C61FC: luaopen_package (lib_package.c:597)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 3,017 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15264== by 0x54B7C74: clib_new (lj_clib.c:398)
==15264== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==15264== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 72 bytes in 1 blocks are definitely lost in loss record 3,018 of 3,747
==15264== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==15264== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15264== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15264== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==15264== by 0x547DE88: expr_table (lj_parse.c:1746)
==15264== by 0x547D619: expr_simple (lj_parse.c:2004)
==15264== by 0x547D619: expr_unop (lj_parse.c:2077)
==15264== by 0x547D619: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547F25B: parse_local (lj_parse.c:2261)
==15264== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547EE83: parse_func (lj_parse.c:2286)
==15264== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15264== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 74 bytes in 1 blocks are definitely lost in loss record 3,019 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54762EB: lua_getfield (lj_api.c:800)
==15264== by 0x503895: ngx_http_lua_cache_load_code (ngx_http_lua_cache.c:55)
==15264== by 0x5039D3: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:162)
==15264== by 0x5064F5: ngx_http_lua_header_filter_inline (ngx_http_lua_headerfilterby.c:172)
==15264== by 0x506290: ngx_http_lua_header_filter (ngx_http_lua_headerfilterby.c:277)
==15264== by 0x493A71: ngx_http_not_modified_header_filter (ngx_http_not_modified_filter_module.c:108)
==15264== by 0x45FB15: ngx_http_send_header (ngx_http_core_module.c:1766)
==15264== by 0x4DCA28: ngx_http_echo_send_header_if_needed (ngx_http_echo_util.c:163)
==15264== by 0x4DCA57: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:113)
==15264== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15264== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15264== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15264== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15264== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15264== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15264== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15264== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15264== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15264== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15264== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15264== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15264== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:ngx_http_lua_cache_load_code
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_header_filter_inline
fun:ngx_http_lua_header_filter
fun:ngx_http_not_modified_header_filter
fun:ngx_http_send_header
fun:ngx_http_echo_send_header_if_needed
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 80 bytes in 1 blocks are definitely lost in loss record 3,068 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15264== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15264== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C278F: luaopen_string (lib_string.c:739)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 80 bytes in 1 blocks are definitely lost in loss record 3,069 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15264== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15264== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C278F: luaopen_string (lib_string.c:739)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 91 bytes in 4 blocks are definitely lost in loss record 3,076 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15264== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 91 bytes in 4 blocks are definitely lost in loss record 3,077 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==15264== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 92 bytes in 1 blocks are definitely lost in loss record 3,078 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547F857: lj_parse (lj_parse.c:2721)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==15264== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==15264== by 0x5064F5: ngx_http_lua_header_filter_inline (ngx_http_lua_headerfilterby.c:172)
==15264== by 0x506290: ngx_http_lua_header_filter (ngx_http_lua_headerfilterby.c:277)
==15264== by 0x493A71: ngx_http_not_modified_header_filter (ngx_http_not_modified_filter_module.c:108)
==15264== by 0x45FB15: ngx_http_send_header (ngx_http_core_module.c:1766)
==15264== by 0x4DCA28: ngx_http_echo_send_header_if_needed (ngx_http_echo_util.c:163)
==15264== by 0x4DCA57: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:113)
==15264== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15264== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15264== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15264== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15264== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15264== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15264== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15264== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15264== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15264== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15264== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15264== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15264== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_header_filter_inline
fun:ngx_http_lua_header_filter
fun:ngx_http_not_modified_header_filter
fun:ngx_http_send_header
fun:ngx_http_echo_send_header_if_needed
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 1 blocks are definitely lost in loss record 3,117 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 1 blocks are definitely lost in loss record 3,118 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15264== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 1 blocks are definitely lost in loss record 3,119 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 1 blocks are definitely lost in loss record 3,120 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 1 blocks are definitely lost in loss record 3,121 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 1 blocks are definitely lost in loss record 3,122 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 1 blocks are definitely lost in loss record 3,123 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 1 blocks are definitely lost in loss record 3,124 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==15264== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 1 blocks are definitely lost in loss record 3,125 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==15264== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 1 blocks are definitely lost in loss record 3,126 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==15264== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 1 blocks are definitely lost in loss record 3,127 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 1 blocks are definitely lost in loss record 3,128 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 3 blocks are definitely lost in loss record 3,129 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15264== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 3 blocks are definitely lost in loss record 3,130 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 3 blocks are definitely lost in loss record 3,131 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==15264== by 0x54C61DB: luaopen_package (lib_package.c:595)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 96 bytes in 3 blocks are definitely lost in loss record 3,132 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 100 bytes in 5 blocks are definitely lost in loss record 3,133 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15264== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15264== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 100 bytes in 5 blocks are definitely lost in loss record 3,134 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==15264== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==15264== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 104 bytes in 1 blocks are definitely lost in loss record 3,136 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x5468EB7: newtab (lj_tab.c:109)
==15264== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==15264== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x506380: ngx_http_lua_header_filter_by_chunk (ngx_http_lua_headerfilterby.c:104)
==15264== by 0x50650F: ngx_http_lua_header_filter_inline (ngx_http_lua_headerfilterby.c:183)
==15264== by 0x506290: ngx_http_lua_header_filter (ngx_http_lua_headerfilterby.c:277)
==15264== by 0x493A71: ngx_http_not_modified_header_filter (ngx_http_not_modified_filter_module.c:108)
==15264== by 0x45FB15: ngx_http_send_header (ngx_http_core_module.c:1766)
==15264== by 0x4DCA28: ngx_http_echo_send_header_if_needed (ngx_http_echo_util.c:163)
==15264== by 0x4DCA57: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:113)
==15264== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15264== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15264== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15264== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15264== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15264== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15264== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15264== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15264== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15264== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15264== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15264== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15264== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_header_filter_by_chunk
fun:ngx_http_lua_header_filter_inline
fun:ngx_http_lua_header_filter
fun:ngx_http_not_modified_header_filter
fun:ngx_http_send_header
fun:ngx_http_echo_send_header_if_needed
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 108 bytes in 5 blocks are definitely lost in loss record 3,139 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 112 bytes in 5 blocks are definitely lost in loss record 3,154 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C4976: luaopen_io (lib_io.c:533)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 112 bytes in 5 blocks are definitely lost in loss record 3,155 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C4976: luaopen_io (lib_io.c:533)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 114 bytes in 5 blocks are definitely lost in loss record 3,156 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 114 bytes in 5 blocks are definitely lost in loss record 3,157 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 119 bytes in 1 blocks are definitely lost in loss record 3,160 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5475745: lua_pushstring (lj_api.c:652)
==15264== by 0x54C607A: setpath (lib_package.c:555)
==15264== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 119 bytes in 1 blocks are definitely lost in loss record 3,161 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5475745: lua_pushstring (lj_api.c:652)
==15264== by 0x54C607A: setpath (lib_package.c:555)
==15264== by 0x54C62B3: luaopen_package (lib_package.c:611)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 120 bytes in 5 blocks are definitely lost in loss record 3,172 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546AB0F: func_finduv (lj_func.c:52)
==15264== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15264== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 120 bytes in 5 blocks are definitely lost in loss record 3,173 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546AB0F: func_finduv (lj_func.c:52)
==15264== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15264== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 125 bytes in 6 blocks are definitely lost in loss record 3,177 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5475745: lua_pushstring (lj_api.c:652)
==15264== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 125 bytes in 6 blocks are definitely lost in loss record 3,178 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5475745: lua_pushstring (lj_api.c:652)
==15264== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 126 bytes in 1 blocks are definitely lost in loss record 3,179 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547C960: parse_body (lj_parse.c:1855)
==15264== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15264== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15264== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547EF73: parse_return (lj_parse.c:2316)
==15264== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15264== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15264== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15264== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15264== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15264== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15264== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 126 bytes in 1 blocks are definitely lost in loss record 3,180 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547C960: parse_body (lj_parse.c:1855)
==15264== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15264== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15264== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547EF73: parse_return (lj_parse.c:2316)
==15264== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==15264== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==15264== by 0x547C930: parse_body (lj_parse.c:1853)
==15264== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15264== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15264== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15264== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15264== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15264== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 128 bytes in 4 blocks are definitely lost in loss record 3,223 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15264== by 0x54C6212: luaopen_package (lib_package.c:599)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 128 bytes in 4 blocks are definitely lost in loss record 3,224 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 128 bytes in 4 blocks are definitely lost in loss record 3,225 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==15264== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==15264== by 0x54C6212: luaopen_package (lib_package.c:599)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 128 bytes in 4 blocks are definitely lost in loss record 3,226 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 130 bytes in 1 blocks are definitely lost in loss record 3,227 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547C960: parse_body (lj_parse.c:1855)
==15264== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15264== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15264== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15264== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15264== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15264== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 130 bytes in 1 blocks are definitely lost in loss record 3,228 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547C960: parse_body (lj_parse.c:1855)
==15264== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15264== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15264== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15264== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15264== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15264== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 130 bytes in 6 blocks are definitely lost in loss record 3,229 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 157 bytes in 6 blocks are definitely lost in loss record 3,247 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 157 bytes in 6 blocks are definitely lost in loss record 3,248 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 160 bytes in 5 blocks are definitely lost in loss record 3,264 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 160 bytes in 5 blocks are definitely lost in loss record 3,265 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C01DF: luaopen_base (lib_base.c:708)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 172 bytes in 5 blocks are definitely lost in loss record 3,275 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15264== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 172 bytes in 5 blocks are definitely lost in loss record 3,276 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A70B: func_newL (lj_func.c:122)
==15264== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==15264== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 174 bytes in 8 blocks are definitely lost in loss record 3,277 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C278F: luaopen_string (lib_string.c:739)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 174 bytes in 8 blocks are definitely lost in loss record 3,278 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C278F: luaopen_string (lib_string.c:739)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 176 bytes in 2 blocks are definitely lost in loss record 3,288 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15264== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15264== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 176 bytes in 2 blocks are definitely lost in loss record 3,289 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15264== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15264== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 186 bytes in 8 blocks are definitely lost in loss record 3,297 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C528D: luaopen_os (lib_os.c:289)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 186 bytes in 8 blocks are definitely lost in loss record 3,298 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C528D: luaopen_os (lib_os.c:289)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 1 blocks are definitely lost in loss record 3,305 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15264== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 1 blocks are definitely lost in loss record 3,306 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15264== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 1 blocks are definitely lost in loss record 3,307 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 1 blocks are definitely lost in loss record 3,308 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 1 blocks are definitely lost in loss record 3,309 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 1 blocks are definitely lost in loss record 3,310 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 1 blocks are definitely lost in loss record 3,311 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 1 blocks are definitely lost in loss record 3,312 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==15264== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 1 blocks are definitely lost in loss record 3,313 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==15264== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 1 blocks are definitely lost in loss record 3,314 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==15264== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 1 blocks are definitely lost in loss record 3,315 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 1 blocks are definitely lost in loss record 3,316 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 1 blocks are definitely lost in loss record 3,317 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==15264== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 1 blocks are definitely lost in loss record 3,318 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==15264== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 6 blocks are definitely lost in loss record 3,319 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 192 bytes in 6 blocks are definitely lost in loss record 3,320 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 193 bytes in 4 blocks are definitely lost in loss record 3,321 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54C109B: lj_buf_str (lj_buf.h:100)
==15264== by 0x54C109B: lj_cf_string_format (lib_string.c:726)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x506380: ngx_http_lua_header_filter_by_chunk (ngx_http_lua_headerfilterby.c:104)
==15264== by 0x50650F: ngx_http_lua_header_filter_inline (ngx_http_lua_headerfilterby.c:183)
==15264== by 0x506290: ngx_http_lua_header_filter (ngx_http_lua_headerfilterby.c:277)
==15264== by 0x493A71: ngx_http_not_modified_header_filter (ngx_http_not_modified_filter_module.c:108)
==15264== by 0x45FB15: ngx_http_send_header (ngx_http_core_module.c:1766)
==15264== by 0x4DCA28: ngx_http_echo_send_header_if_needed (ngx_http_echo_util.c:163)
==15264== by 0x4DCA57: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:113)
==15264== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15264== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15264== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15264== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15264== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15264== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15264== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15264== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15264== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15264== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15264== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15264== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15264== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_buf_str
fun:lj_cf_string_format
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_header_filter_by_chunk
fun:ngx_http_lua_header_filter_inline
fun:ngx_http_lua_header_filter
fun:ngx_http_not_modified_header_filter
fun:ngx_http_send_header
fun:ngx_http_echo_send_header_if_needed
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 200 bytes in 1 blocks are definitely lost in loss record 3,322 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547F857: lj_parse (lj_parse.c:2721)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15264== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 200 bytes in 1 blocks are definitely lost in loss record 3,323 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547F857: lj_parse (lj_parse.c:2721)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==15264== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 200 bytes in 5 blocks are definitely lost in loss record 3,324 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==15264== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==15264== by 0x54C38CD: io_file_new (lib_io.c:73)
==15264== by 0x54C3BCF: lj_cf_io_popen (lib_io.c:413)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x506380: ngx_http_lua_header_filter_by_chunk (ngx_http_lua_headerfilterby.c:104)
==15264== by 0x50650F: ngx_http_lua_header_filter_inline (ngx_http_lua_headerfilterby.c:183)
==15264== by 0x506290: ngx_http_lua_header_filter (ngx_http_lua_headerfilterby.c:277)
==15264== by 0x493A71: ngx_http_not_modified_header_filter (ngx_http_not_modified_filter_module.c:108)
==15264== by 0x45FB15: ngx_http_send_header (ngx_http_core_module.c:1766)
==15264== by 0x4DCA28: ngx_http_echo_send_header_if_needed (ngx_http_echo_util.c:163)
==15264== by 0x4DCA57: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:113)
==15264== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15264== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15264== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15264== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15264== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15264== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15264== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15264== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15264== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15264== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15264== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15264== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15264== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_file_new
fun:lj_cf_io_popen
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_header_filter_by_chunk
fun:ngx_http_lua_header_filter_inline
fun:ngx_http_lua_header_filter
fun:ngx_http_not_modified_header_filter
fun:ngx_http_send_header
fun:ngx_http_echo_send_header_if_needed
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 212 bytes in 1 blocks are definitely lost in loss record 3,327 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547C960: parse_body (lj_parse.c:1855)
==15264== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15264== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15264== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15264== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15264== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15264== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F688: parse_block (lj_parse.c:2402)
==15264== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15264== by 0x547F049: parse_for (lj_parse.c:2577)
==15264== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15264== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 212 bytes in 1 blocks are definitely lost in loss record 3,328 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547C960: parse_body (lj_parse.c:1855)
==15264== by 0x547D56B: expr_simple (lj_parse.c:2008)
==15264== by 0x547D56B: expr_unop (lj_parse.c:2077)
==15264== by 0x547D56B: expr_binop (lj_parse.c:2090)
==15264== by 0x547D9A5: expr (lj_parse.c:2109)
==15264== by 0x547D9A5: expr_list (lj_parse.c:1876)
==15264== by 0x547E717: parse_assignment (lj_parse.c:2202)
==15264== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==15264== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==15264== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F688: parse_block (lj_parse.c:2402)
==15264== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==15264== by 0x547F049: parse_for (lj_parse.c:2577)
==15264== by 0x547F049: parse_stmt (lj_parse.c:2638)
==15264== by 0x547F049: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 216 bytes in 10 blocks are definitely lost in loss record 3,329 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 216 bytes in 10 blocks are definitely lost in loss record 3,330 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 218 bytes in 1 blocks are definitely lost in loss record 3,331 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5475745: lua_pushstring (lj_api.c:652)
==15264== by 0x54C607A: setpath (lib_package.c:555)
==15264== by 0x54C6293: luaopen_package (lib_package.c:610)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 218 bytes in 1 blocks are definitely lost in loss record 3,332 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5475745: lua_pushstring (lj_api.c:652)
==15264== by 0x54C607A: setpath (lib_package.c:555)
==15264== by 0x54C6293: luaopen_package (lib_package.c:610)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,333 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547F857: lj_parse (lj_parse.c:2721)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 3,334 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547F857: lj_parse (lj_parse.c:2721)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 229 bytes in 10 blocks are definitely lost in loss record 3,343 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15264== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 229 bytes in 10 blocks are definitely lost in loss record 3,344 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==15264== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 245 bytes in 11 blocks are definitely lost in loss record 3,345 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 245 bytes in 11 blocks are definitely lost in loss record 3,346 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 288 bytes in 9 blocks are definitely lost in loss record 3,374 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 288 bytes in 9 blocks are definitely lost in loss record 3,375 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 310 bytes in 1 blocks are definitely lost in loss record 3,383 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547C960: parse_body (lj_parse.c:1855)
==15264== by 0x547F172: parse_local (lj_parse.c:2248)
==15264== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 310 bytes in 1 blocks are definitely lost in loss record 3,384 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547C960: parse_body (lj_parse.c:1855)
==15264== by 0x547F172: parse_local (lj_parse.c:2248)
==15264== by 0x547F172: parse_stmt (lj_parse.c:2648)
==15264== by 0x547F172: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 352 bytes in 11 blocks are definitely lost in loss record 3,402 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C4976: luaopen_io (lib_io.c:533)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 352 bytes in 11 blocks are definitely lost in loss record 3,403 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C528D: luaopen_os (lib_os.c:289)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 352 bytes in 11 blocks are definitely lost in loss record 3,404 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C4976: luaopen_io (lib_io.c:533)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 352 bytes in 11 blocks are definitely lost in loss record 3,405 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C528D: luaopen_os (lib_os.c:289)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 360 bytes in 15 blocks are definitely lost in loss record 3,409 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546AB0F: func_finduv (lj_func.c:52)
==15264== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15264== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 360 bytes in 15 blocks are definitely lost in loss record 3,410 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x546AB0F: func_finduv (lj_func.c:52)
==15264== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==15264== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 363 bytes in 1 blocks are definitely lost in loss record 3,411 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547C960: parse_body (lj_parse.c:1855)
==15264== by 0x547EE83: parse_func (lj_parse.c:2286)
==15264== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15264== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 363 bytes in 1 blocks are definitely lost in loss record 3,412 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==15264== by 0x547C960: parse_body (lj_parse.c:1855)
==15264== by 0x547EE83: parse_func (lj_parse.c:2286)
==15264== by 0x547EE83: parse_stmt (lj_parse.c:2644)
==15264== by 0x547EE83: parse_chunk (lj_parse.c:2685)
==15264== by 0x547F83F: lj_parse (lj_parse.c:2718)
==15264== by 0x548153A: cpparser (lj_load.c:41)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x548165A: lua_loadx (lj_load.c:58)
==15264== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==15264== by 0x517FF9: ngx_http_lua_init_by_inline (ngx_http_lua_initby.c:22)
==15264== by 0x4F9813: ngx_http_lua_init (ngx_http_lua_module.c:795)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_func
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_init_by_inline
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 382 bytes in 18 blocks are definitely lost in loss record 3,417 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 382 bytes in 18 blocks are definitely lost in loss record 3,418 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,427 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15264== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,428 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5469CC4: newhpart (lj_tab.c:66)
==15264== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15264== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15264== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15264== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15264== by 0x5476F58: lua_setfield (lj_api.c:972)
==15264== by 0x54C6335: luaopen_package (lib_package.c:617)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,429 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,430 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,431 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C4976: luaopen_io (lib_io.c:533)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,432 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C528D: luaopen_os (lib_os.c:289)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,433 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C278F: luaopen_string (lib_string.c:739)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,434 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,435 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,436 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,437 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5469CC4: newhpart (lj_tab.c:66)
==15264== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15264== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15264== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15264== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15264== by 0x5476F58: lua_setfield (lj_api.c:972)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,438 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15264== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,439 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,440 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,441 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==15264== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,442 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5469CC4: newhpart (lj_tab.c:66)
==15264== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15264== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15264== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15264== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15264== by 0x5476F58: lua_setfield (lj_api.c:972)
==15264== by 0x54C6335: luaopen_package (lib_package.c:617)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,443 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,444 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C48FD: luaopen_io (lib_io.c:530)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,445 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C4976: luaopen_io (lib_io.c:533)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,446 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C528D: luaopen_os (lib_os.c:289)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,447 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C278F: luaopen_string (lib_string.c:739)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,448 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,449 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,450 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,451 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5469CC4: newhpart (lj_tab.c:66)
==15264== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15264== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15264== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15264== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==15264== by 0x5476F58: lua_setfield (lj_api.c:972)
==15264== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==15264== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,452 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==15264== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,453 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 1 blocks are definitely lost in loss record 3,454 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==15264== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 12 blocks are definitely lost in loss record 3,455 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 384 bytes in 12 blocks are definitely lost in loss record 3,456 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 416 bytes in 13 blocks are definitely lost in loss record 3,461 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C278F: luaopen_string (lib_string.c:739)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 416 bytes in 13 blocks are definitely lost in loss record 3,462 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C278F: luaopen_string (lib_string.c:739)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 438 bytes in 19 blocks are definitely lost in loss record 3,467 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15264== by 0x546E387: cpluaopen (lj_state.c:152)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x546E64F: lua_newstate (lj_state.c:222)
==15264== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15264== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15264== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 438 bytes in 19 blocks are definitely lost in loss record 3,468 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==15264== by 0x546E387: cpluaopen (lj_state.c:152)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x546E64F: lua_newstate (lj_state.c:222)
==15264== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15264== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15264== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 442 bytes in 21 blocks are definitely lost in loss record 3,469 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15264== by 0x546E38F: cpluaopen (lj_state.c:153)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x546E64F: lua_newstate (lj_state.c:222)
==15264== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15264== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15264== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 442 bytes in 21 blocks are definitely lost in loss record 3,470 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==15264== by 0x546E38F: cpluaopen (lj_state.c:153)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x546E64F: lua_newstate (lj_state.c:222)
==15264== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15264== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15264== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 462 bytes in 19 blocks are definitely lost in loss record 3,479 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 487 bytes in 20 blocks are definitely lost in loss record 3,485 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==15264== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 512 bytes in 16 blocks are definitely lost in loss record 3,521 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 512 bytes in 16 blocks are definitely lost in loss record 3,522 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 544 bytes in 17 blocks are definitely lost in loss record 3,532 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 544 bytes in 17 blocks are definitely lost in loss record 3,533 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 576 bytes in 18 blocks are definitely lost in loss record 3,544 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 576 bytes in 18 blocks are definitely lost in loss record 3,545 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 760 bytes in 5 blocks are definitely lost in loss record 3,580 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15264== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15264== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 760 bytes in 5 blocks are definitely lost in loss record 3,581 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==15264== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==15264== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==15264== by 0x54C33ED: luaopen_table (lib_table.c:379)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 768 bytes in 1 blocks are definitely lost in loss record 3,584 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 768 bytes in 1 blocks are definitely lost in loss record 3,585 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15264== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 768 bytes in 1 blocks are definitely lost in loss record 3,586 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15264== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 768 bytes in 1 blocks are definitely lost in loss record 3,587 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 768 bytes in 1 blocks are definitely lost in loss record 3,588 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5469CC4: newhpart (lj_tab.c:66)
==15264== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15264== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15264== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15264== by 0x547710F: lua_rawset (lj_api.c:991)
==15264== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 768 bytes in 1 blocks are definitely lost in loss record 3,589 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 768 bytes in 1 blocks are definitely lost in loss record 3,590 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 768 bytes in 1 blocks are definitely lost in loss record 3,591 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==15264== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==15264== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 768 bytes in 1 blocks are definitely lost in loss record 3,592 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==15264== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 768 bytes in 1 blocks are definitely lost in loss record 3,593 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==15264== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==15264== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 768 bytes in 1 blocks are definitely lost in loss record 3,594 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==15264== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 768 bytes in 1 blocks are definitely lost in loss record 3,595 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5469CC4: newhpart (lj_tab.c:66)
==15264== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==15264== by 0x546A0C6: rehashtab (lj_tab.c:387)
==15264== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==15264== by 0x547710F: lua_rawset (lj_api.c:991)
==15264== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==15264== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 768 bytes in 1 blocks are definitely lost in loss record 3,596 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 768 bytes in 1 blocks are definitely lost in loss record 3,597 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==15264== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==15264== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 848 bytes in 26 blocks are definitely lost in loss record 3,612 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 848 bytes in 26 blocks are definitely lost in loss record 3,613 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C0761: luaopen_math (lib_math.c:223)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 1,000 bytes in 27 blocks are definitely lost in loss record 3,632 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 1,000 bytes in 27 blocks are definitely lost in loss record 3,633 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==15264== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==15264== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==15264== by 0x54C01C2: luaopen_base (lib_base.c:707)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==15264== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==15264== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 1,446 bytes in 59 blocks are definitely lost in loss record 3,671 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15264== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 1,446 bytes in 59 blocks are definitely lost in loss record 3,672 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468C42: lj_str_new (lj_str.c:220)
==15264== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==15264== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 1,536 bytes in 1 blocks are definitely lost in loss record 3,678 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x546E332: cpluaopen (lj_state.c:149)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x546E64F: lua_newstate (lj_state.c:222)
==15264== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15264== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15264== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 1,536 bytes in 1 blocks are definitely lost in loss record 3,679 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x546E332: cpluaopen (lj_state.c:149)
==15264== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x546E64F: lua_newstate (lj_state.c:222)
==15264== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==15264== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==15264== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,707 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15264== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 3,708 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==15264== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==15264== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 3,072 bytes in 1 blocks are definitely lost in loss record 3,715 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x422D15: main (nginx.c:294)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 3,072 bytes in 1 blocks are definitely lost in loss record 3,716 of 3,747
==15264== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==15264== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5468F18: newhpart (lj_tab.c:66)
==15264== by 0x5468F18: newtab (lj_tab.c:145)
==15264== by 0x5469058: lj_tab_new (lj_tab.c:162)
==15264== by 0x5475B5A: lua_createtable (lj_api.c:706)
==15264== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==15264== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==15264== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==15264== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==15264== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==15264== by 0x459663: ngx_http_block (ngx_http.c:312)
==15264== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==15264== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==15264== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==15264== by 0x44D118: ngx_single_process_cycle (ngx_process_cycle.c:365)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* ==15264== 8,192 bytes in 1 blocks are definitely lost in loss record 3,744 of 3,747
==15264== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==15264== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==15264== by 0x5467FB9: buf_grow (lj_buf.c:25)
==15264== by 0x5467FEA: lj_buf_need2 (lj_buf.c:36)
==15264== by 0x54C3F98: io_file_readall (lib_io.c:166)
==15264== by 0x54C3F98: io_file_read (lib_io.c:212)
==15264== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==15264== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==15264== by 0x506380: ngx_http_lua_header_filter_by_chunk (ngx_http_lua_headerfilterby.c:104)
==15264== by 0x50650F: ngx_http_lua_header_filter_inline (ngx_http_lua_headerfilterby.c:183)
==15264== by 0x506290: ngx_http_lua_header_filter (ngx_http_lua_headerfilterby.c:277)
==15264== by 0x493A71: ngx_http_not_modified_header_filter (ngx_http_not_modified_filter_module.c:108)
==15264== by 0x45FB15: ngx_http_send_header (ngx_http_core_module.c:1766)
==15264== by 0x4DCA28: ngx_http_echo_send_header_if_needed (ngx_http_echo_util.c:163)
==15264== by 0x4DCA57: ngx_http_echo_send_chain_link (ngx_http_echo_util.c:113)
==15264== by 0x4DE736: ngx_http_echo_exec_echo (ngx_http_echo_echo.c:224)
==15264== by 0x4DD0E8: ngx_http_echo_run_cmds (ngx_http_echo_handler.c:228)
==15264== by 0x4DD375: ngx_http_echo_handler (ngx_http_echo_handler.c:111)
==15264== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==15264== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==15264== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==15264== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==15264== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==15264== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==15264== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==15264== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==15264== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==15264== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==15264== by 0x422F5B: main (nginx.c:382)
==15264==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_need2
fun:io_file_readall
fun:io_file_read
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_header_filter_by_chunk
fun:ngx_http_lua_header_filter_inline
fun:ngx_http_lua_header_filter
fun:ngx_http_not_modified_header_filter
fun:ngx_http_send_header
fun:ngx_http_echo_send_header_if_needed
fun:ngx_http_echo_send_chain_link
fun:ngx_http_echo_exec_echo
fun:ngx_http_echo_run_cmds
fun:ngx_http_echo_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
159-sa-restart.t TEST 7: lua_sa_restart on (default) - SA_RESTART is effective in header_filter_by_lua* - status code ok got: ''
expected: '200'

Expected Failures

File Name Details
005-exit.t TEST 21: exit 403 in header filter - status code ok got: ''
expected: '403'
005-exit.t TEST 21: exit 403 in header filter - response_body_like - response is expected () ''
doesn't match '(?^s:403 Forbidden)'
005-exit.t TEST 21: exit 403 in header filter - status code ok got: ''
expected: '403'
005-exit.t TEST 21: exit 403 in header filter - response_body_like - response is expected () ''
doesn't match '(?^s:403 Forbidden)'
005-exit.t TEST 22: exit 201 in header filter - status code ok got: ''
expected: '201'
005-exit.t TEST 24: exit 444 in header filter - status code ok got: ''
expected: '444'
005-exit.t TEST 23: exit both in header filter and content handler - status code ok got: ''
expected: '201'
023-rewrite/req-socket.t TEST 7: Expect & 100 Continue - status code ok got: '200'
expected: '100'
023-rewrite/req-socket.t TEST 7: Expect & 100 Continue - response_body_like - response is expected (failed to get the request socket: test expect failed) 'failed to get the request socket: test expect failed
'
doesn't match '(?^s:\breceived: hello\b.*?\breceived: worl\b)'
023-rewrite/req-socket.t TEST 7: Expect & 100 Continue - status code ok got: '200'
expected: '100'
023-rewrite/req-socket.t TEST 7: Expect & 100 Continue - response_body_like - response is expected (failed to get the request socket: test expect failed) 'failed to get the request socket: test expect failed
'
doesn't match '(?^s:\breceived: hello\b.*?\breceived: worl\b)'
025-codecache.t TEST 24: lua_max_pending_timers - chained timers (non-zero delay) - not exceeding - pattern "decrementing the reference count for Lua VM: 3" should not match any line in error.log but matches line "2019/02/06 08:20:41 [debug] 12551\#0: lua decrementing the reference count for Lua VM: 3" (req 0) 2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087C54E0, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087C5430, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087C5380, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087C5150, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087C4EC0, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087C4820, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087C3780, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: posted event 0000000008796500
2019/02/06 08:20:41 [debug] 12551\#0: *1 delete posted event 0000000008796500
'
025-codecache.t TEST 24: lua_max_pending_timers - chained timers (non-zero delay) - not exceeding - pattern "decrementing the reference count for Lua VM: 3" should not match any line in error.log but matches line "2019/02/06 08:20:41 [debug] 12551\#0: lua decrementing the reference count for Lua VM: 3" (req 1) 2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087C54E0, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087C5430, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087C5380, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087C5150, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087C4EC0, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087C4820, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087C3780, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: posted event 0000000008796500
2019/02/06 08:20:41 [debug] 12551\#0: *1 delete posted event 0000000008796500
'
025-codecache.t TEST 24: lua_max_pending_timers - chained timers (non-zero delay) - not exceeding - pattern "decrementing the reference count for Lua VM: 3" should not match any line in error.log but matches line "2019/02/06 08:20:41 [debug] 12551\#0: lua decrementing the reference count for Lua VM: 3" (req 1) 2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087F41E0, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087F4130, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087F4080, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087F3E50, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087F3BC0, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087F3520, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: free: 00000000087F2480, unused: 0
2019/02/06 08:20:41 [debug] 12551\#0: posted event 0000000008796500
2019/02/06 08:20:41 [debug] 12551\#0: *4 delete posted event 0000000008796500
'
025-codecache.t TEST 29: cosocket connection pool timeout (after Lua VM destroys) - pattern "(?^:\blua tcp socket keepalive: free connection pool [0-9A-F]+ for "127.0.0.1:)" should match a line in error.log (req 0)
025-codecache.t TEST 29: cosocket connection pool timeout (after Lua VM destroys) - pattern "lua tcp socket keepalive max idle timeout" should not match any line in error.log but matches line "2019/02/06 08:21:03 [debug] 12562\#0: lua tcp socket keepalive max idle timeout" (req 0) 2019/02/06 08:21:03 [debug] 12562\#0: lua tcp socket keepalive close handler: fd:8
2019/02/06 08:21:03 [debug] 12562\#0: poll del event: fd:8 ev:1
2019/02/06 08:21:03 [debug] 12562\#0: reusable connection: 0
2019/02/06 08:21:03 [debug] 12562\#0: lua tcp socket keepalive: free connection pool for "127.0.0.1:11211"
2019/02/06 08:21:03 [debug] 12562\#0: posted event 00000000087968B0
2019/02/06 08:21:03 [debug] 12562\#0: *1 delete posted event 00000000087968B0
2019/02/06 08:21:03 [debug] 12562\#0: *1 http run request: "/t?"
2019/02/06 08:21:03 [debug] 12562\#0: *1 http writer handler: "/t?"
2019/02/06 08:21:03 [debug] 12562\#0: *1 http output filter "/t?"
'
025-codecache.t TEST 29: cosocket connection pool timeout (after Lua VM destroys) - pattern "(?^:\blua tcp socket keepalive: free connection pool [0-9A-F]+ for "127.0.0.1:)" should match a line in error.log (req 1)
025-codecache.t TEST 29: cosocket connection pool timeout (after Lua VM destroys) - pattern "lua tcp socket keepalive max idle timeout" should not match any line in error.log but matches line "2019/02/06 08:21:03 [debug] 12562\#0: lua tcp socket keepalive max idle timeout" (req 1) 2019/02/06 08:21:03 [debug] 12562\#0: lua tcp socket keepalive close handler: fd:8
2019/02/06 08:21:03 [debug] 12562\#0: poll del event: fd:8 ev:1
2019/02/06 08:21:03 [debug] 12562\#0: reusable connection: 0
2019/02/06 08:21:03 [debug] 12562\#0: lua tcp socket keepalive: free connection pool for "127.0.0.1:11211"
2019/02/06 08:21:03 [debug] 12562\#0: posted event 00000000087968B0
2019/02/06 08:21:03 [debug] 12562\#0: *1 delete posted event 00000000087968B0
2019/02/06 08:21:03 [debug] 12562\#0: *1 http run request: "/t?"
2019/02/06 08:21:03 [debug] 12562\#0: *1 http writer handler: "/t?"
2019/02/06 08:21:03 [debug] 12562\#0: *1 http output filter "/t?"
'
025-codecache.t TEST 29: cosocket connection pool timeout (after Lua VM destroys) - pattern "lua tcp socket keepalive max idle timeout" should not match any line in error.log but matches line "2019/02/06 08:21:03 [debug] 12562\#0: lua tcp socket keepalive max idle timeout" (req 1) 2019/02/06 08:21:03 [debug] 12562\#0: lua tcp socket keepalive close handler: fd:8
2019/02/06 08:21:03 [debug] 12562\#0: poll del event: fd:8 ev:1
2019/02/06 08:21:03 [debug] 12562\#0: reusable connection: 0
2019/02/06 08:21:03 [debug] 12562\#0: lua tcp socket keepalive: free connection pool for "127.0.0.1:11211"
2019/02/06 08:21:03 [debug] 12562\#0: posted event 00000000087968B0
2019/02/06 08:21:03 [debug] 12562\#0: *3 delete posted event 00000000087968B0
2019/02/06 08:21:03 [debug] 12562\#0: *3 http run request: "/t?"
2019/02/06 08:21:03 [debug] 12562\#0: *3 http writer handler: "/t?"
2019/02/06 08:21:03 [debug] 12562\#0: *3 http output filter "/t?"
'
041-header-filter.t TEST 41: filter finalize - status code ok got: ''
expected: '302'
041-header-filter.t TEST 41: filter finalize - response_body_like - response is expected () ''
doesn't match '(?^s:302 Found)'
041-header-filter.t TEST 41: filter finalize - status code ok got: ''
expected: '302'
041-header-filter.t TEST 41: filter finalize - response_body_like - response is expected () ''
doesn't match '(?^s:302 Found)'
043-shdict.t nginx: [emerg] lua_shared_dict "dogs" is already defined as "dogs" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:26
056-flush.t TEST 1: flush wait - content - pattern "lua reuse free buf chain, but reallocate memory because 5 >= 0" should match a line in error.log (req 0)
056-flush.t TEST 1: flush wait - content - pattern "lua reuse free buf chain, but reallocate memory because 5 >= 0" should match a line in error.log (req 1)
056-flush.t TEST 17: limit_rate - pattern "(?^:lua writes elapsed [12](?:\.\d+)? sec)" should match a line in error.log (req 0)
067-req-socket.t TEST 7: Expect & 100 Continue - status code ok got: '200'
expected: '100'
067-req-socket.t TEST 7: Expect & 100 Continue - response_body_like - response is expected (failed to get the request socket: test expect failed) 'failed to get the request socket: test expect failed
'
doesn't match '(?^s:\breceived: hello\b.*?\breceived: worl\b)'
067-req-socket.t TEST 7: Expect & 100 Continue - status code ok got: '200'
expected: '100'
067-req-socket.t TEST 7: Expect & 100 Continue - response_body_like - response is expected (failed to get the request socket: test expect failed) 'failed to get the request socket: test expect failed
'
doesn't match '(?^s:\breceived: hello\b.*?\breceived: worl\b)'
067-req-socket.t TEST 14: successful reread after reading timeout happens (receive -> receive) - response_body - response is expected (repeated req 0, req 0) @@ -1,4 +1,4 @@
sent: 65
sent: 11
-received: err: timeout, partial: abc
+received: err: timeout, partial: abchello world
-received: received: hello world
+received: err: timeout, partial:
'
067-req-socket.t TEST 14: successful reread after reading timeout happens (receive -> receive) - response_body - response is expected (repeated req 1, req 0) @@ -1,4 +1,4 @@
sent: 65
sent: 11
-received: err: timeout, partial: abc
+received: err: timeout, partial: abchello world
-received: received: hello world
+received: err: timeout, partial:
'
067-req-socket.t TEST 15: successful reread after reading timeout happens (receive -> receiveuntil) - response_body - response is expected (repeated req 0, req 0) @@ -1,4 +1,4 @@
sent: 65
sent: 12
-received: err: timeout, partial: abc
+received: err: timeout, partial: abchello world
-received: received: hello world
+received:
'
067-req-socket.t TEST 15: successful reread after reading timeout happens (receive -> receiveuntil) - response_body - response is expected (repeated req 1, req 0) @@ -1,4 +1,4 @@
sent: 65
sent: 12
-received: err: timeout, partial: abc
+received: err: timeout, partial: abchello world
-received: received: hello world
+received:
'
067-req-socket.t TEST 16: successful reread after reading timeout happens (receiveuntil -> receive) - response_body - response is expected (repeated req 0, req 0) @@ -1,4 +1,4 @@
sent: 65
sent: 12
-received: err: timeout, partial: abc
+received: err: timeout, partial: abchello world
-received: received: hello world
+received:
'
067-req-socket.t TEST 16: successful reread after reading timeout happens (receiveuntil -> receive) - response_body - response is expected (repeated req 1, req 0) @@ -1,4 +1,4 @@
sent: 65
sent: 12
-received: err: timeout, partial: abc
+received: err: timeout, partial: abchello world
-received: received: hello world
+received:
'
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== Invalid read of size 8
==13676== at 0x42652C: ngx_chain_update_chains (ngx_buf.c:191)
==13676== by 0x4FE3CB: ngx_http_lua_output_filter (ngx_http_lua_util.c:629)
==13676== by 0x4FED7F: ngx_http_lua_send_chain_link (ngx_http_lua_util.c:575)
==13676== by 0x4F005B: ngx_http_lua_ngx_echo (ngx_http_lua_output.c:233)
==13676== by 0x4F00E3: ngx_http_lua_ngx_say (ngx_http_lua_output.c:34)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==13676== by 0x504363: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:122)
==13676== by 0x50444B: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:312)
==13676== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==13676== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==13676== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==13676== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==13676== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==13676== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==13676== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==13676== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==13676== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==13676== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==13676== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==13676== by 0x422F5B: main (nginx.c:382)
==13676== Address 0x118 is not stack'd, malloc'd or (recently) free'd
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:ngx_chain_update_chains
fun:ngx_http_lua_output_filter
fun:ngx_http_lua_send_chain_link
fun:ngx_http_lua_ngx_echo
fun:ngx_http_lua_ngx_say
fun:lj_BC_FUNCC
fun:ngx_http_lua_run_thread
fun:ngx_http_lua_content_by_chunk
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676==
==13676== Process terminating with default action of signal 11 (SIGSEGV)
==13676== Access not within mapped region at address 0x118
==13676== at 0x42652C: ngx_chain_update_chains (ngx_buf.c:191)
==13676== by 0x4FE3CB: ngx_http_lua_output_filter (ngx_http_lua_util.c:629)
==13676== by 0x4FED7F: ngx_http_lua_send_chain_link (ngx_http_lua_util.c:575)
==13676== by 0x4F005B: ngx_http_lua_ngx_echo (ngx_http_lua_output.c:233)
==13676== by 0x4F00E3: ngx_http_lua_ngx_say (ngx_http_lua_output.c:34)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x500762: ngx_http_lua_run_thread (ngx_http_lua_util.c:1084)
==13676== by 0x504363: ngx_http_lua_content_by_chunk (ngx_http_lua_contentby.c:122)
==13676== by 0x50444B: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:312)
==13676== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==13676== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==13676== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==13676== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==13676== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==13676== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==13676== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==13676== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==13676== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==13676== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==13676== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==13676== by 0x422F5B: main (nginx.c:382)
==13676== If you believe this happened as a result of a stack
==13676== overflow in your program's main thread (unlikely but
==13676== possible), you can try to increase the size of the
==13676== main thread stack using the --main-stacksize= flag.
==13676== The main thread stack size used in this run was 8388608.
==13676== 18 bytes in 1 blocks are definitely lost in loss record 452 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547C839: parse_params (lj_parse.c:1813)
==13676== by 0x547C839: parse_body (lj_parse.c:1849)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547E717: parse_assignment (lj_parse.c:2202)
==13676== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==13676== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_params
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 18 bytes in 1 blocks are definitely lost in loss record 453 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54CBA64: ffi_finalizer (lib_ffi.c:834)
==13676== by 0x54CBA64: luaopen_ffi (lib_ffi.c:855)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 19 bytes in 1 blocks are definitely lost in loss record 456 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54C00A1: luaopen_base (lib_base.c:704)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 19 bytes in 1 blocks are definitely lost in loss record 457 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F8432: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2005)
==13676== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 19 bytes in 1 blocks are definitely lost in loss record 458 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51DE11: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:58)
==13676== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 19 bytes in 1 blocks are definitely lost in loss record 459 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51E0E0: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:37)
==13676== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 19 bytes in 1 blocks are definitely lost in loss record 460 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x5479986: lex_string (lj_lex.c:280)
==13676== by 0x5479986: lex_scan (lj_lex.c:364)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547DA48: expr_bracket (lj_parse.c:1681)
==13676== by 0x547E49F: expr_primary (lj_parse.c:1954)
==13676== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==13676== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==13676== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547F25B: parse_local (lj_parse.c:2261)
==13676== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==13676== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F688: parse_block (lj_parse.c:2402)
==13676== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==13676== by 0x547F049: parse_for (lj_parse.c:2577)
==13676== by 0x547F049: parse_stmt (lj_parse.c:2638)
==13676== by 0x547F049: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_bracket
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 19 bytes in 1 blocks are definitely lost in loss record 461 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==13676== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==13676== by 0x547C930: parse_body (lj_parse.c:1853)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547E717: parse_assignment (lj_parse.c:2202)
==13676== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==13676== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 19 bytes in 1 blocks are definitely lost in loss record 462 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==13676== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==13676== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==13676== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==13676== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==13676== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==13676== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==13676== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==13676== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==13676== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==13676== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==13676== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==13676== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==13676== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==13676== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==13676== by 0x422F5B: main (nginx.c:382)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 467 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==13676== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==13676== by 0x54C278F: luaopen_string (lib_string.c:739)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 468 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A70B: func_newL (lj_func.c:122)
==13676== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==13676== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==13676== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==13676== by 0x54C278F: luaopen_string (lib_string.c:739)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 469 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==13676== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==13676== by 0x54C0761: luaopen_math (lib_math.c:223)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 470 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547567A: lua_pushlstring (lj_api.c:640)
==13676== by 0x54C90B8: luaopen_jit (lib_jit.c:777)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 471 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547567A: lua_pushlstring (lj_api.c:640)
==13676== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 472 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54CBE6E: luaL_openlibs (lib_init.c:51)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 473 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EB365: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:182)
==13676== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==13676== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 474 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547567A: lua_pushlstring (lj_api.c:640)
==13676== by 0x4FF54F: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2992)
==13676== by 0x4FF54F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 475 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4E838B: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:301)
==13676== by 0x4E838B: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==13676== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 476 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F01B0: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:676)
==13676== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 477 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EC917: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:221)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 478 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EEA92: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:86)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 479 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FF4EF: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2197)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 480 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A70B: func_newL (lj_func.c:122)
==13676== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==13676== by 0x5481548: cpparser (lj_load.c:42)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==13676== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 481 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4ED7E4: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:35)
==13676== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 482 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x513FDB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:232)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 483 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x5479DD8: lex_opt (lj_parse.c:989)
==13676== by 0x547EB7F: parse_local (lj_parse.c:2260)
==13676== by 0x547EB7F: parse_stmt (lj_parse.c:2648)
==13676== by 0x547EB7F: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 484 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A70B: func_newL (lj_func.c:122)
==13676== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==13676== by 0x5481548: cpparser (lj_load.c:42)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 485 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51B3A2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:81)
==13676== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 486 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51E0BC: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:34)
==13676== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 487 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==13676== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F688: parse_block (lj_parse.c:2402)
==13676== by 0x547F6D4: parse_then (lj_parse.c:2591)
==13676== by 0x547EEC4: parse_if (lj_parse.c:2601)
==13676== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==13676== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==13676== by 0x547C930: parse_body (lj_parse.c:1853)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547E717: parse_assignment (lj_parse.c:2202)
==13676== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==13676== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F688: parse_block (lj_parse.c:2402)
==13676== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==13676== by 0x547F049: parse_for (lj_parse.c:2577)
==13676== by 0x547F049: parse_stmt (lj_parse.c:2638)
==13676== by 0x547F049: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 488 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A70B: func_newL (lj_func.c:122)
==13676== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==13676== by 0x5481548: cpparser (lj_load.c:42)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 489 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A70B: func_newL (lj_func.c:122)
==13676== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==13676== by 0x5481548: cpparser (lj_load.c:42)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 490 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==13676== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 491 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x5479DD8: lex_opt (lj_parse.c:989)
==13676== by 0x547EB6E: parse_local (lj_parse.c:2259)
==13676== by 0x547EB6E: parse_stmt (lj_parse.c:2648)
==13676== by 0x547EB6E: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==13676== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==13676== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==13676== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==13676== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==13676== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==13676== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==13676== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==13676== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==13676== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==13676== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==13676== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==13676== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==13676== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==13676== by 0x422F5B: main (nginx.c:382)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 20 bytes in 1 blocks are definitely lost in loss record 492 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A70B: func_newL (lj_func.c:122)
==13676== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==13676== by 0x5481548: cpparser (lj_load.c:42)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==13676== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==13676== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==13676== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==13676== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==13676== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==13676== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==13676== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==13676== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==13676== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==13676== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==13676== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==13676== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==13676== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==13676== by 0x422F5B: main (nginx.c:382)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 21 bytes in 1 blocks are definitely lost in loss record 498 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54C6293: luaopen_package (lib_package.c:610)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 21 bytes in 1 blocks are definitely lost in loss record 499 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD731: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:28)
==13676== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 21 bytes in 1 blocks are definitely lost in loss record 500 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD792: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:37)
==13676== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 21 bytes in 1 blocks are definitely lost in loss record 501 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4E836C: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:298)
==13676== by 0x4E836C: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==13676== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 21 bytes in 1 blocks are definitely lost in loss record 502 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4E83AA: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:304)
==13676== by 0x4E83AA: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==13676== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 21 bytes in 1 blocks are definitely lost in loss record 503 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4E83E8: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:310)
==13676== by 0x4E83E8: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==13676== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 21 bytes in 1 blocks are definitely lost in loss record 504 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F1AD4: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1020)
==13676== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 21 bytes in 1 blocks are definitely lost in loss record 505 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x5142AA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:289)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 21 bytes in 1 blocks are definitely lost in loss record 506 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51C6C8: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:40)
==13676== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 21 bytes in 1 blocks are definitely lost in loss record 507 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547567A: lua_pushlstring (lj_api.c:640)
==13676== by 0x51DFA0: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:47)
==13676== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 21 bytes in 1 blocks are definitely lost in loss record 508 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x5479986: lex_string (lj_lex.c:280)
==13676== by 0x5479986: lex_scan (lj_lex.c:364)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==13676== by 0x547D108: expr_binop (lj_parse.c:2098)
==13676== by 0x547DA01: expr (lj_parse.c:2109)
==13676== by 0x547DA01: expr_cond (lj_parse.c:2124)
==13676== by 0x547F6BD: parse_then (lj_parse.c:2589)
==13676== by 0x547EEC4: parse_if (lj_parse.c:2601)
==13676== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==13676== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==13676== by 0x547C930: parse_body (lj_parse.c:1853)
==13676== by 0x547F172: parse_local (lj_parse.c:2248)
==13676== by 0x547F172: parse_stmt (lj_parse.c:2648)
==13676== by 0x547F172: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 22 bytes in 1 blocks are definitely lost in loss record 518 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54C4959: luaopen_io (lib_io.c:532)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 22 bytes in 1 blocks are definitely lost in loss record 519 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54C3CAA: io_std_new (lib_io.c:524)
==13676== by 0x54C4992: luaopen_io (lib_io.c:534)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 22 bytes in 1 blocks are definitely lost in loss record 520 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==13676== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 22 bytes in 1 blocks are definitely lost in loss record 521 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD710: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:25)
==13676== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 22 bytes in 1 blocks are definitely lost in loss record 522 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD773: ngx_http_lua_inject_core_consts (ngx_http_lua_consts.c:34)
==13676== by 0x4FF5E5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:749)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_core_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 22 bytes in 1 blocks are definitely lost in loss record 523 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4E834D: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:295)
==13676== by 0x4E834D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==13676== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 22 bytes in 1 blocks are definitely lost in loss record 524 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4E8407: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:313)
==13676== by 0x4E8407: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==13676== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 22 bytes in 1 blocks are definitely lost in loss record 525 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EC983: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:230)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 22 bytes in 1 blocks are definitely lost in loss record 526 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x515890: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:150)
==13676== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 22 bytes in 1 blocks are definitely lost in loss record 527 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51C6A4: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:37)
==13676== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 22 bytes in 1 blocks are definitely lost in loss record 528 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51DE35: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:61)
==13676== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 22 bytes in 1 blocks are definitely lost in loss record 529 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51DE8F: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:69)
==13676== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 22 bytes in 1 blocks are definitely lost in loss record 530 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x5479DD8: lex_opt (lj_parse.c:989)
==13676== by 0x547C890: parse_params (lj_parse.c:1827)
==13676== by 0x547C890: parse_body (lj_parse.c:1849)
==13676== by 0x547F172: parse_local (lj_parse.c:2248)
==13676== by 0x547F172: parse_stmt (lj_parse.c:2648)
==13676== by 0x547F172: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_params
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 23 bytes in 1 blocks are definitely lost in loss record 533 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54C62DB: luaopen_package (lib_package.c:613)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 23 bytes in 1 blocks are definitely lost in loss record 534 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54C6308: luaopen_package (lib_package.c:615)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 23 bytes in 1 blocks are definitely lost in loss record 535 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54C3CAA: io_std_new (lib_io.c:524)
==13676== by 0x54C49B4: luaopen_io (lib_io.c:535)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 23 bytes in 1 blocks are definitely lost in loss record 536 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54C3CAA: io_std_new (lib_io.c:524)
==13676== by 0x54C49D3: luaopen_io (lib_io.c:536)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 23 bytes in 1 blocks are definitely lost in loss record 537 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4E83C9: ngx_http_lua_inject_log_consts (ngx_http_lua_log.c:307)
==13676== by 0x4E83C9: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:274)
==13676== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_log_consts
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 23 bytes in 1 blocks are definitely lost in loss record 538 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x5146ED: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:408)
==13676== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 23 bytes in 1 blocks are definitely lost in loss record 539 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F1A8C: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1013)
==13676== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 23 bytes in 1 blocks are definitely lost in loss record 540 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x513FED: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:233)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 23 bytes in 1 blocks are definitely lost in loss record 541 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51DF2C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:36)
==13676== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 23 bytes in 1 blocks are definitely lost in loss record 542 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51E116: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:42)
==13676== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 23 bytes in 1 blocks are definitely lost in loss record 543 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x517215: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:269)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 23 bytes in 1 blocks are definitely lost in loss record 544 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BD368: lj_lib_postreg (lj_lib.c:176)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==13676== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,156 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547567A: lua_pushlstring (lj_api.c:640)
==13676== by 0x54C00F4: luaopen_base (lib_base.c:705)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,157 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54C6243: luaopen_package (lib_package.c:606)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,158 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54C6335: luaopen_package (lib_package.c:617)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,159 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==13676== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,160 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54762EB: lua_getfield (lj_api.c:800)
==13676== by 0x54BCB15: lib_create_table (lj_lib.c:32)
==13676== by 0x54BCB15: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,161 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EB322: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:177)
==13676== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==13676== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,162 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD9C3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:99)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,163 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EC863: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:206)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,164 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EC8AB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:212)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,165 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EEA6E: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:83)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,166 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EAFBC: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1441)
==13676== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,167 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F43D9: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:25)
==13676== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,168 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547E4C7: expr_primary (lj_parse.c:1958)
==13676== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==13676== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==13676== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547F25B: parse_local (lj_parse.c:2261)
==13676== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==13676== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,169 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x514183: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:260)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,170 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51E098: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:31)
==13676== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,171 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x5171CD: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:263)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,172 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x517239: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:272)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 24 bytes in 1 blocks are definitely lost in loss record 1,173 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x5172B2: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:284)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 25 bytes in 1 blocks are definitely lost in loss record 1,177 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547567A: lua_pushlstring (lj_api.c:640)
==13676== by 0x54BDD15: luaL_findtable (lib_aux.c:89)
==13676== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==13676== by 0x54C01F8: luaopen_base (lib_base.c:711)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 25 bytes in 1 blocks are definitely lost in loss record 1,178 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==13676== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 25 bytes in 1 blocks are definitely lost in loss record 1,179 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD7B4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:47)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 25 bytes in 1 blocks are definitely lost in loss record 1,180 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD7F2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:53)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 25 bytes in 1 blocks are definitely lost in loss record 1,181 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EEAB6: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:90)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 25 bytes in 1 blocks are definitely lost in loss record 1,182 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EC157: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:31)
==13676== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 25 bytes in 1 blocks are definitely lost in loss record 1,183 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EC1E7: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:49)
==13676== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 25 bytes in 1 blocks are definitely lost in loss record 1,184 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51726A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:278)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 25 bytes in 1 blocks are definitely lost in loss record 1,185 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51728E: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:281)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 25 bytes in 1 blocks are definitely lost in loss record 1,186 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x5172D6: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:287)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 25 bytes in 1 blocks are definitely lost in loss record 1,187 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x5479DD8: lex_opt (lj_parse.c:989)
==13676== by 0x547EB3B: parse_local (lj_parse.c:2240)
==13676== by 0x547EB3B: parse_stmt (lj_parse.c:2648)
==13676== by 0x547EB3B: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 26 bytes in 1 blocks are definitely lost in loss record 1,192 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==13676== by 0x54C3414: luaopen_table (lib_table.c:384)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 26 bytes in 1 blocks are definitely lost in loss record 1,193 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD7D3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:50)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 26 bytes in 1 blocks are definitely lost in loss record 1,194 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD811: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:56)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 26 bytes in 1 blocks are definitely lost in loss record 1,195 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD88D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:68)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 26 bytes in 1 blocks are definitely lost in loss record 1,196 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD8AC: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:71)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 26 bytes in 1 blocks are definitely lost in loss record 1,197 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD909: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:80)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 26 bytes in 1 blocks are definitely lost in loss record 1,198 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDC4E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:164)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 26 bytes in 1 blocks are definitely lost in loss record 1,199 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EC95F: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:227)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 26 bytes in 1 blocks are definitely lost in loss record 1,200 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EC9CB: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:236)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 26 bytes in 1 blocks are definitely lost in loss record 1,201 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51BEED: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:107)
==13676== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 26 bytes in 1 blocks are definitely lost in loss record 1,202 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F3F9E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:40)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 26 bytes in 1 blocks are definitely lost in loss record 1,203 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x514461: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:334)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 26 bytes in 1 blocks are definitely lost in loss record 1,204 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51DFB2: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:48)
==13676== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,207 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547567A: lua_pushlstring (lj_api.c:640)
==13676== by 0x54C62C7: luaopen_package (lib_package.c:612)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushlstring
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,208 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FF53D: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:744)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,209 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD86E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:65)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,210 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD947: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:86)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,211 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDCCA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:176)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,212 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EC887: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:209)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,213 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EE972: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:62)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,214 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EEAFE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:97)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,215 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F1B1F: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1031)
==13676== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,216 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F1B67: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1037)
==13676== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,217 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51B913: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:26)
==13676== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,218 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51B937: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:29)
==13676== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,219 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4ECA16: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:247)
==13676== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,220 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x5141CB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:266)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 27 bytes in 1 blocks are definitely lost in loss record 1,221 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x5143D1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:322)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,225 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==13676== by 0x54C343B: luaopen_table (lib_table.c:385)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,226 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==13676== by 0x54C34D3: luaopen_table (lib_table.c:389)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,227 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD830: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:59)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,228 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EC93B: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:224)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,229 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EC9A7: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:233)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,230 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EE9BA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:68)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,231 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EE9DE: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:71)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,232 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EEADA: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:94)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,233 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EC19F: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:39)
==13676== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,234 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F1B8B: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1040)
==13676== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,235 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F409A: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:61)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,236 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F40BE: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:64)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,237 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4ED056: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:41)
==13676== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,238 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x5141EF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:269)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,239 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51B3F3: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:89)
==13676== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 28 bytes in 1 blocks are definitely lost in loss record 1,240 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x5479986: lex_string (lj_lex.c:280)
==13676== by 0x5479986: lex_scan (lj_lex.c:364)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547CDD5: expr_binop (lj_parse.c:2095)
==13676== by 0x547DA01: expr (lj_parse.c:2109)
==13676== by 0x547DA01: expr_cond (lj_parse.c:2124)
==13676== by 0x547F6BD: parse_then (lj_parse.c:2589)
==13676== by 0x547EEC4: parse_if (lj_parse.c:2601)
==13676== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==13676== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==13676== by 0x547C930: parse_body (lj_parse.c:1853)
==13676== by 0x547F172: parse_local (lj_parse.c:2248)
==13676== by 0x547F172: parse_stmt (lj_parse.c:2648)
==13676== by 0x547F172: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 29 bytes in 1 blocks are definitely lost in loss record 1,245 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD84F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:62)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 29 bytes in 1 blocks are definitely lost in loss record 1,246 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDCAB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:173)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 29 bytes in 1 blocks are definitely lost in loss record 1,247 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F0120: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:664)
==13676== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 29 bytes in 1 blocks are definitely lost in loss record 1,248 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EE996: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:65)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 29 bytes in 1 blocks are definitely lost in loss record 1,249 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F1AFB: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1028)
==13676== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 29 bytes in 1 blocks are definitely lost in loss record 1,250 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F1B43: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1034)
==13676== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 29 bytes in 1 blocks are definitely lost in loss record 1,251 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F4BAF: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:369)
==13676== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 29 bytes in 1 blocks are definitely lost in loss record 1,252 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F4BD3: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:372)
==13676== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 29 bytes in 1 blocks are definitely lost in loss record 1,253 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F3FC2: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:43)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 29 bytes in 1 blocks are definitely lost in loss record 1,254 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x514389: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:314)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 29 bytes in 1 blocks are definitely lost in loss record 1,255 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x5144F1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:346)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,261 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==13676== by 0x54C01F8: luaopen_base (lib_base.c:711)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,262 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==13676== by 0x54C3462: luaopen_table (lib_table.c:386)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,263 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==13676== by 0x54C34B0: luaopen_table (lib_table.c:388)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,264 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD985: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:93)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,265 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDC2F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:161)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,266 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EEA02: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:74)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,267 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EEA26: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:77)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,268 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EEA4A: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:80)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,269 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EAFE0: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1444)
==13676== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,270 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F4C1B: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:378)
==13676== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,271 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F3FE6: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:46)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,272 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4F402E: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:52)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,273 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51DE59: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:64)
==13676== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,274 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51DE7D: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:67)
==13676== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,275 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51DF4B: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:39)
==13676== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 30 bytes in 1 blocks are definitely lost in loss record 1,276 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==13676== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 31 bytes in 1 blocks are definitely lost in loss record 1,278 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD8EA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:77)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 31 bytes in 1 blocks are definitely lost in loss record 1,279 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDABB: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:124)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 31 bytes in 1 blocks are definitely lost in loss record 1,280 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDB94: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:146)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 31 bytes in 1 blocks are definitely lost in loss record 1,281 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDBB3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:149)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 31 bytes in 1 blocks are definitely lost in loss record 1,282 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x5144CD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:343)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,391 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x546E344: cpluaopen (lj_state.c:150)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x546E64F: lua_newstate (lj_state.c:222)
==13676== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==13676== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==13676== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,392 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==13676== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C01C2: luaopen_base (lib_base.c:707)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,393 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C01DF: luaopen_base (lib_base.c:708)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,394 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BD2A9: lj_lib_prereg (lj_lib.c:164)
==13676== by 0x54C01F8: luaopen_base (lib_base.c:711)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,395 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==13676== by 0x54C01F8: luaopen_base (lib_base.c:711)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,396 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==13676== by 0x54C619B: luaopen_package (lib_package.c:592)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,397 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==13676== by 0x54C61B1: luaopen_package (lib_package.c:593)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,398 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BDE03: luaL_pushmodule (lib_aux.c:120)
==13676== by 0x54BDF4E: luaL_openlib (lib_aux.c:133)
==13676== by 0x54C61DB: luaopen_package (lib_package.c:595)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:luaL_pushmodule
fun:luaL_openlib
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,399 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C33ED: luaopen_table (lib_table.c:379)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,400 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==13676== by 0x54C3414: luaopen_table (lib_table.c:384)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,401 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==13676== by 0x54C343B: luaopen_table (lib_table.c:385)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,402 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==13676== by 0x54C3462: luaopen_table (lib_table.c:386)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,403 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==13676== by 0x54C3489: luaopen_table (lib_table.c:387)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,404 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==13676== by 0x54C34B0: luaopen_table (lib_table.c:388)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,405 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==13676== by 0x54C34D3: luaopen_table (lib_table.c:389)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,406 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==13676== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C48FD: luaopen_io (lib_io.c:530)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,407 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C4976: luaopen_io (lib_io.c:533)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,408 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C528D: luaopen_os (lib_os.c:289)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,409 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C278F: luaopen_string (lib_string.c:739)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,410 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C0761: luaopen_math (lib_math.c:223)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,411 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,412 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,413 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,414 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==13676== by 0x54C910F: luaopen_jit (lib_jit.c:782)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,415 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54BD2B6: lj_lib_prereg (lj_lib.c:165)
==13676== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,416 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,417 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,418 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54CBE59: luaL_openlibs (lib_init.c:50)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,419 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==13676== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==13676== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,420 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==13676== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==13676== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,421 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==13676== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==13676== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,422 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==13676== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==13676== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,423 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==13676== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==13676== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,424 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==13676== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==13676== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,425 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4EB2A9: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:168)
==13676== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==13676== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,426 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==13676== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==13676== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,427 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EB2CD: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:171)
==13676== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==13676== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,428 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EB2F1: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:173)
==13676== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==13676== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,429 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,430 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4FF52B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:743)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,431 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4FF561: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2993)
==13676== by 0x4FF561: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,432 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==13676== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,433 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4FF585: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2997)
==13676== by 0x4FF585: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,434 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4FF5A9: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:3000)
==13676== by 0x4FF5A9: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,435 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDA20: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:108)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,436 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4E8419: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:276)
==13676== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,437 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4E843D: ngx_http_lua_inject_log_api (ngx_http_lua_log.c:279)
==13676== by 0x4FF5ED: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:751)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_log_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,438 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F010E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:663)
==13676== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,439 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F0132: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:666)
==13676== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,440 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F0156: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:669)
==13676== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,441 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F017A: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:672)
==13676== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,442 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F019E: ngx_http_lua_inject_output_api (ngx_http_lua_output.c:675)
==13676== by 0x4FF5F5: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:752)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_output_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,443 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC851: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:205)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,444 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC875: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:208)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,445 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC899: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:211)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,446 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC8BD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:214)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,447 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC8E1: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:217)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,448 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC905: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:220)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,449 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC929: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:223)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,450 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC94D: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:226)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,451 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC971: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:229)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,452 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC995: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:232)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,453 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC9B9: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:235)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,454 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC9DD: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:238)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,455 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4EC9EF: ngx_http_lua_inject_time_api (ngx_http_lua_time.c:239)
==13676== by 0x4FF5FD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:753)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_time_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,456 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EE960: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:61)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,457 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EE984: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:64)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,458 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EE9A8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:67)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,459 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EE9CC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:70)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,460 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EE9F0: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:73)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,461 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EEA14: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:76)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,462 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EEA38: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:79)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,463 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EEA5C: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:82)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,464 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EEA80: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:85)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,465 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EEAA4: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:89)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,466 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EEAC8: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:93)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,467 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EEAEC: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:96)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,468 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC145: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:30)
==13676== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,469 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC169: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:35)
==13676== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,470 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC18D: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:38)
==13676== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,471 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC1B1: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:43)
==13676== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,472 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EC1D5: ngx_http_lua_inject_control_api (ngx_http_lua_control.c:48)
==13676== by 0x4FF610: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:755)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_control_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,473 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==13676== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,474 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EAFAA: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1440)
==13676== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,475 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EAFCE: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1443)
==13676== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,476 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51587E: ngx_http_lua_inject_sleep_api (ngx_http_lua_sleep.c:149)
==13676== by 0x4FF620: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:757)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_sleep_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,477 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51BEDB: ngx_http_lua_inject_phase_api (ngx_http_lua_phase.c:106)
==13676== by 0x4FF628: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:758)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_phase_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,478 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==13676== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,479 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F837E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1990)
==13676== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,480 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F83A2: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1993)
==13676== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,481 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F83C6: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1996)
==13676== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,482 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F83EA: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1999)
==13676== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,483 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F840E: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:2002)
==13676== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,484 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,485 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F1AE9: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1027)
==13676== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,486 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F1B0D: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1030)
==13676== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,487 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F1B31: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1033)
==13676== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,488 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F1B55: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1036)
==13676== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,489 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F1B79: ngx_http_lua_inject_req_header_api (ngx_http_lua_headers.c:1039)
==13676== by 0x4FF4A2: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2188)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_header_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,490 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F43C7: ngx_http_lua_inject_req_uri_api (ngx_http_lua_uri.c:24)
==13676== by 0x4FF4AD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2189)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_uri_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,491 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F4B9D: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:368)
==13676== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,492 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F4BC1: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:371)
==13676== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,493 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F4BE5: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:374)
==13676== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,494 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F4C09: ngx_http_lua_inject_req_args_api (ngx_http_lua_args.c:377)
==13676== by 0x4FF4B5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2190)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_args_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,495 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F3F8C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:39)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,496 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F3FB0: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:42)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,497 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F3FD4: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:45)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,498 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F3FF8: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:48)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,499 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F401C: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:51)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,500 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F4040: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:54)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,501 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F4064: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:57)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,502 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F4088: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:60)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,503 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F40AC: ngx_http_lua_inject_req_body_api (ngx_http_lua_req_body.c:63)
==13676== by 0x4FF4BD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2191)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_body_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,504 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x5146DB: ngx_http_lua_inject_req_socket_api (ngx_http_lua_socket_tcp.c:407)
==13676== by 0x4FF4C5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2192)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_socket_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,505 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51B901: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:25)
==13676== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,506 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51B925: ngx_http_lua_inject_req_method_api (ngx_http_lua_req_method.c:28)
==13676== by 0x4FF4CD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2193)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_method_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,507 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4ECA04: ngx_http_lua_inject_req_time_api (ngx_http_lua_time.c:246)
==13676== by 0x4FF4D5: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2194)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_time_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,508 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4ED044: ngx_http_lua_inject_req_misc_api (ngx_http_lua_misc.c:40)
==13676== by 0x4FF4DD: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2195)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_req_misc_api
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,509 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4F1A13: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1004)
==13676== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,510 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==13676== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,511 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F1A37: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1007)
==13676== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,512 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F1A5B: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1009)
==13676== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,513 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==13676== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,514 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4F1AB0: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1017)
==13676== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,515 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==13676== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,516 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4ED76B: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:26)
==13676== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,517 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==13676== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,518 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4ED78F: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:29)
==13676== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,519 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4ED7B3: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:31)
==13676== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,520 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x5097D9: ngx_http_lua_inject_shdict_api (ngx_http_lua_shdict.c:412)
==13676== by 0x4FF661: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:768)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_shdict_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,521 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,522 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x513FBC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:230)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,523 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,524 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x514171: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:259)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,525 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x514195: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:262)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,526 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x5141B9: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:265)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,527 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x5141DD: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:268)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,528 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,529 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x514250: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:282)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,530 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x514274: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:285)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,531 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x514298: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:288)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,532 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x5142BC: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:291)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,533 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x5142E0: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:294)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,534 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,535 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x514353: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:308)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,536 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x514377: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:313)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,537 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51439B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:318)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,538 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x5143BF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:321)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,539 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x5143E3: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:324)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,540 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x514407: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:327)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,541 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51442B: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:330)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,542 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51444F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:333)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,543 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x514473: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:336)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,544 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x514497: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:339)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,545 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x5144BB: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:342)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,546 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x5144DF: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:345)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,547 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,548 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x514552: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:357)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,549 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,550 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x5145A6: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:366)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,551 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,552 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x5145FA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:375)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,553 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,554 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51464E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:384)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,555 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,556 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x5146A2: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:395)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,557 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51B390: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:80)
==13676== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,558 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==13676== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,559 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51B3E1: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:88)
==13676== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,560 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51B405: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:91)
==13676== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,561 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51B429: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:94)
==13676== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,562 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51B44D: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:97)
==13676== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,563 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51B471: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:100)
==13676== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,564 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==13676== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,565 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51B4E4: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:112)
==13676== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,566 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==13676== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,567 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51C692: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:36)
==13676== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,568 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51C6B6: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:39)
==13676== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,569 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51C6DA: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:42)
==13676== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,570 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==13676== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,571 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51DDFF: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:57)
==13676== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,572 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51DE23: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:60)
==13676== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,573 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51DE47: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:63)
==13676== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,574 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51DE6B: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:66)
==13676== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,575 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==13676== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,576 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51DF1A: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:35)
==13676== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,577 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51DF7C: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:44)
==13676== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,578 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51DF8E: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:45)
==13676== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,579 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==13676== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,580 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51E086: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:30)
==13676== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,581 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51E0AA: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:33)
==13676== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,582 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51E0CE: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:36)
==13676== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,583 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51E0F2: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:39)
==13676== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,584 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==13676== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,585 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4ECFEC: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:29)
==13676== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,586 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4ED010: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:31)
==13676== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,587 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,588 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x517258: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:277)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,589 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51727C: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:280)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,590 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x5172A0: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:283)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,591 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x5172C4: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:286)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,592 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5479E68: fs_init (lj_parse.c:1617)
==13676== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,593 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5479E68: fs_init (lj_parse.c:1617)
==13676== by 0x547C808: parse_body (lj_parse.c:1846)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547E717: parse_assignment (lj_parse.c:2202)
==13676== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==13676== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F688: parse_block (lj_parse.c:2402)
==13676== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==13676== by 0x547F049: parse_for (lj_parse.c:2577)
==13676== by 0x547F049: parse_stmt (lj_parse.c:2638)
==13676== by 0x547F049: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,594 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5479E68: fs_init (lj_parse.c:1617)
==13676== by 0x547C808: parse_body (lj_parse.c:1846)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547E717: parse_assignment (lj_parse.c:2202)
==13676== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==13676== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,595 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5479E68: fs_init (lj_parse.c:1617)
==13676== by 0x547C808: parse_body (lj_parse.c:1846)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547EF73: parse_return (lj_parse.c:2316)
==13676== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==13676== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==13676== by 0x547C930: parse_body (lj_parse.c:1853)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547E717: parse_assignment (lj_parse.c:2202)
==13676== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==13676== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,596 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==13676== by 0x54BD344: lj_lib_postreg (lj_lib.c:174)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54C54C9: lj_cf_package_require (lib_package.c:459)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==13676== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:lj_lib_postreg
fun:lj_BC_FUNCC
fun:lj_cf_package_require
fun:lj_BC_FUNCC
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,597 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5467FB9: buf_grow (lj_buf.c:25)
==13676== by 0x546804A: lj_buf_more2 (lj_buf.c:46)
==13676== by 0x546BA1E: lj_buf_more (lj_buf.h:64)
==13676== by 0x546BA1E: lj_meta_cat (lj_meta.c:287)
==13676== by 0x5461C5B: lj_BC_CAT (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==13676== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:buf_grow
fun:lj_buf_more2
fun:lj_buf_more
fun:lj_meta_cat
fun:lj_BC_CAT
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,598 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5479E68: fs_init (lj_parse.c:1617)
==13676== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,599 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5479E68: fs_init (lj_parse.c:1617)
==13676== by 0x547C808: parse_body (lj_parse.c:1846)
==13676== by 0x547F172: parse_local (lj_parse.c:2248)
==13676== by 0x547F172: parse_stmt (lj_parse.c:2648)
==13676== by 0x547F172: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,600 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x547DFA8: expr_table (lj_parse.c:1740)
==13676== by 0x547D619: expr_simple (lj_parse.c:2004)
==13676== by 0x547D619: expr_unop (lj_parse.c:2077)
==13676== by 0x547D619: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9CA: expr (lj_parse.c:2109)
==13676== by 0x547D9CA: expr_list (lj_parse.c:1879)
==13676== by 0x547E302: parse_args (lj_parse.c:1902)
==13676== by 0x547E46C: expr_primary (lj_parse.c:1965)
==13676== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==13676== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,601 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==13676== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==13676== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,602 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==13676== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==13676== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,603 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==13676== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==13676== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,604 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==13676== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==13676== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,605 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x51492A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:56)
==13676== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 32 bytes in 1 blocks are definitely lost in loss record 1,606 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468F59: newtab (lj_tab.c:124)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5479E68: fs_init (lj_parse.c:1617)
==13676== by 0x547F7EE: lj_parse (lj_parse.c:2709)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==13676== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==13676== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==13676== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==13676== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==13676== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==13676== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==13676== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==13676== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==13676== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==13676== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==13676== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==13676== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==13676== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==13676== by 0x422F5B: main (nginx.c:382)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:fs_init
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 33 bytes in 1 blocks are definitely lost in loss record 1,609 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDB37: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:137)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 33 bytes in 1 blocks are definitely lost in loss record 1,610 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDBD2: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:152)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 33 bytes in 1 blocks are definitely lost in loss record 1,611 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDD27: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:185)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 33 bytes in 1 blocks are definitely lost in loss record 1,612 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x51493A: ngx_http_lua_add_package_preload (ngx_http_lua_api.c:57)
==13676== by 0x56AA5B: ngx_http_lua_fake_delayed_load_init (ngx_http_lua_fake_delayed_load_module.c:55)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_add_package_preload
fun:ngx_http_lua_fake_delayed_load_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 34 bytes in 1 blocks are definitely lost in loss record 1,614 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x546E399: cpluaopen (lj_state.c:154)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x546E64F: lua_newstate (lj_state.c:222)
==13676== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==13676== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==13676== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 34 bytes in 1 blocks are definitely lost in loss record 1,615 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDB56: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:140)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 36 bytes in 1 blocks are definitely lost in loss record 1,623 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDBF1: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:155)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 36 bytes in 2 blocks are definitely lost in loss record 1,624 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x5479986: lex_string (lj_lex.c:280)
==13676== by 0x5479986: lex_scan (lj_lex.c:364)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x5479DD8: lex_opt (lj_parse.c:989)
==13676== by 0x547D9D7: expr_list (lj_parse.c:1877)
==13676== by 0x547E302: parse_args (lj_parse.c:1902)
==13676== by 0x547E46C: expr_primary (lj_parse.c:1965)
==13676== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==13676== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==13676== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547F25B: parse_local (lj_parse.c:2261)
==13676== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==13676== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==13676== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 37 bytes in 1 blocks are definitely lost in loss record 1,625 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDA3F: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:111)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 37 bytes in 1 blocks are definitely lost in loss record 1,626 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDC10: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:158)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 37 bytes in 1 blocks are definitely lost in loss record 1,627 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDD65: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:191)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 38 bytes in 1 blocks are definitely lost in loss record 1,629 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDA5E: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:114)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 38 bytes in 1 blocks are definitely lost in loss record 1,630 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDC6D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:167)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 39 bytes in 1 blocks are definitely lost in loss record 1,632 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDA7D: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:117)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 39 bytes in 1 blocks are definitely lost in loss record 1,633 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDA9C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:120)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 39 bytes in 1 blocks are definitely lost in loss record 1,634 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDC8C: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:170)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 40 bytes in 1 blocks are definitely lost in loss record 1,668 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==13676== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==13676== by 0x54C3C6A: io_std_new (lib_io.c:517)
==13676== by 0x54C4992: luaopen_io (lib_io.c:534)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 40 bytes in 1 blocks are definitely lost in loss record 1,669 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==13676== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==13676== by 0x54C3C6A: io_std_new (lib_io.c:517)
==13676== by 0x54C49B4: luaopen_io (lib_io.c:535)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 40 bytes in 1 blocks are definitely lost in loss record 1,670 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==13676== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==13676== by 0x54C3C6A: io_std_new (lib_io.c:517)
==13676== by 0x54C49D3: luaopen_io (lib_io.c:536)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:io_std_new
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 40 bytes in 1 blocks are definitely lost in loss record 1,671 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDADA: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:128)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 40 bytes in 1 blocks are definitely lost in loss record 1,672 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDB18: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:134)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 40 bytes in 1 blocks are definitely lost in loss record 1,673 of 2,270
==13676== at 0x4C2B1F4: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5469E91: lj_tab_resize (lj_tab.c:268)
==13676== by 0x546A0C6: rehashtab (lj_tab.c:387)
==13676== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==13676== by 0x5469B77: lj_tab_setinth (lj_tab.c:547)
==13676== by 0x547DE88: expr_table (lj_parse.c:1746)
==13676== by 0x547D619: expr_simple (lj_parse.c:2004)
==13676== by 0x547D619: expr_unop (lj_parse.c:2077)
==13676== by 0x547D619: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547F25B: parse_local (lj_parse.c:2261)
==13676== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==13676== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:lj_mem_realloc
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setinth
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 40 bytes in 1 blocks are definitely lost in loss record 1,674 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A70B: func_newL (lj_func.c:122)
==13676== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==13676== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==13676== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 40 bytes in 2 blocks are definitely lost in loss record 1,675 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A70B: func_newL (lj_func.c:122)
==13676== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==13676== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==13676== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==13676== by 0x54C0761: luaopen_math (lib_math.c:223)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 40 bytes in 2 blocks are definitely lost in loss record 1,676 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==13676== by 0x54C0761: luaopen_math (lib_math.c:223)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 41 bytes in 1 blocks are definitely lost in loss record 1,677 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FD9A4: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:96)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 41 bytes in 1 blocks are definitely lost in loss record 1,678 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDD46: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:188)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 42 bytes in 1 blocks are definitely lost in loss record 1,679 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDDA3: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:197)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 43 bytes in 1 blocks are definitely lost in loss record 1,683 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDCE9: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:179)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 43 bytes in 2 blocks are definitely lost in loss record 1,684 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==13676== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 44 bytes in 1 blocks are definitely lost in loss record 1,686 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x4FDD08: ngx_http_lua_inject_http_consts (ngx_http_lua_consts.c:182)
==13676== by 0x4FF5DD: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:748)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_inject_http_consts
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 45 bytes in 2 blocks are definitely lost in loss record 1,689 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==13676== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 47 bytes in 2 blocks are definitely lost in loss record 1,696 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==13676== by 0x54C61DB: luaopen_package (lib_package.c:595)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 47 bytes in 2 blocks are definitely lost in loss record 1,697 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x54BDEE1: luaL_setfuncs (lib_aux.c:156)
==13676== by 0x54C6353: luaopen_package (lib_package.c:619)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,748 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x54C0103: newproxy_weaktable (lib_base.c:685)
==13676== by 0x54C0103: luaopen_base (lib_base.c:706)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:newproxy_weaktable
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,749 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475C9E: luaL_newmetatable (lj_api.c:715)
==13676== by 0x54C619B: luaopen_package (lib_package.c:592)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaL_newmetatable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,750 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x54C279E: luaopen_string (lib_string.c:740)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,751 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C9145: luaopen_jit (lib_jit.c:789)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,752 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4EB297: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:166)
==13676== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==13676== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,753 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4EB2BB: ngx_http_lua_inject_ndk_api (ngx_http_lua_ndk.c:170)
==13676== by 0x503121: ngx_http_lua_init_globals (ngx_http_lua_util.c:730)
==13676== by 0x503121: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x503121: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ndk_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,754 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4FF573: ngx_http_lua_inject_arg_api (ngx_http_lua_util.c:2995)
==13676== by 0x4FF573: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:746)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_arg_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,755 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4EAF98: ngx_http_lua_inject_subrequest_api (ngx_http_lua_subrequest.c:1438)
==13676== by 0x4FF618: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:756)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_subrequest_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,756 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4F1A25: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1006)
==13676== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,757 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4F1A9E: ngx_http_lua_inject_resp_header_api (ngx_http_lua_headers.c:1015)
==13676== by 0x4FF643: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:765)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_resp_header_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,758 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4F1BF3: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1058)
==13676== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,759 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4ED77D: ngx_http_lua_inject_variable_api (ngx_http_lua_variable.c:28)
==13676== by 0x4FF656: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:767)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_variable_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,760 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x514540: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:356)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,761 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x514594: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:365)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,762 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x5145E8: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:374)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,763 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51463C: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:383)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,764 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x514690: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:394)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,765 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51B4D2: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:111)
==13676== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,766 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4ECFDA: ngx_http_lua_inject_misc_api (ngx_http_lua_misc.c:28)
==13676== by 0x4FF6A2: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:776)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_misc_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,767 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468EB7: newtab (lj_tab.c:109)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x547DFA8: expr_table (lj_parse.c:1740)
==13676== by 0x547D619: expr_simple (lj_parse.c:2004)
==13676== by 0x547D619: expr_unop (lj_parse.c:2077)
==13676== by 0x547D619: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547F25B: parse_local (lj_parse.c:2261)
==13676== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==13676== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,768 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x547DFA8: expr_table (lj_parse.c:1740)
==13676== by 0x547D619: expr_simple (lj_parse.c:2004)
==13676== by 0x547D619: expr_unop (lj_parse.c:2077)
==13676== by 0x547D619: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9CA: expr (lj_parse.c:2109)
==13676== by 0x547D9CA: expr_list (lj_parse.c:1879)
==13676== by 0x547E302: parse_args (lj_parse.c:1902)
==13676== by 0x547E46C: expr_primary (lj_parse.c:1965)
==13676== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==13676== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:expr_table
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,769 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==13676== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==13676== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,770 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x54CB9C3: luaopen_ffi (lib_ffi.c:854)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 48 bytes in 1 blocks are definitely lost in loss record 1,771 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x54CBA12: ffi_finalizer (lib_ffi.c:831)
==13676== by 0x54CBA12: luaopen_ffi (lib_ffi.c:855)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:ffi_finalizer
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 49 bytes in 1 blocks are definitely lost in loss record 1,774 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x5479986: lex_string (lj_lex.c:280)
==13676== by 0x5479986: lex_scan (lj_lex.c:364)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x5479DD8: lex_opt (lj_parse.c:989)
==13676== by 0x547D9D7: expr_list (lj_parse.c:1877)
==13676== by 0x547E302: parse_args (lj_parse.c:1902)
==13676== by 0x547E46C: expr_primary (lj_parse.c:1965)
==13676== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==13676== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==13676== by 0x547C930: parse_body (lj_parse.c:1853)
==13676== by 0x547F172: parse_local (lj_parse.c:2248)
==13676== by 0x547F172: parse_stmt (lj_parse.c:2648)
==13676== by 0x547F172: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 60 bytes in 2 blocks are definitely lost in loss record 1,792 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5476F1C: lua_setfield (lj_api.c:971)
==13676== by 0x503211: ngx_http_lua_init_vm (ngx_http_lua_util.c:3877)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 64 bytes in 1 blocks are definitely lost in loss record 1,832 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==13676== by 0x5475F4C: lua_newuserdata (lj_api.c:749)
==13676== by 0x54C073D: luaopen_math (lib_math.c:221)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:lua_newuserdata
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 64 (32 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 1,833 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x4EEB10: ngx_http_lua_inject_string_api (ngx_http_lua_string.c:100)
==13676== by 0x4FF605: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:754)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_inject_string_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 64 bytes in 2 blocks are definitely lost in loss record 1,834 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==13676== by 0x54C6353: luaopen_package (lib_package.c:619)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 64 bytes in 2 blocks are definitely lost in loss record 1,835 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 64 bytes in 2 blocks are definitely lost in loss record 1,836 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x503202: ngx_http_lua_init_vm (ngx_http_lua_util.c:3876)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 65 bytes in 3 blocks are definitely lost in loss record 1,837 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x547C771: lj_parse_keepstr (lj_parse.c:237)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==13676== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F688: parse_block (lj_parse.c:2402)
==13676== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==13676== by 0x547F049: parse_for (lj_parse.c:2577)
==13676== by 0x547F049: parse_stmt (lj_parse.c:2638)
==13676== by 0x547F049: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 67 bytes in 3 blocks are definitely lost in loss record 1,838 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==13676== by 0x54C33ED: luaopen_table (lib_table.c:379)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 72 bytes in 1 blocks are definitely lost in loss record 1,854 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468EB7: newtab (lj_tab.c:109)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54C61FC: luaopen_package (lib_package.c:597)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 72 bytes in 1 blocks are definitely lost in loss record 1,855 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x5468EB7: newtab (lj_tab.c:109)
==13676== by 0x5469183: lj_tab_dup (lj_tab.c:189)
==13676== by 0x5461F6F: lj_BC_TDUP (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==13676== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:newtab
fun:lj_tab_dup
fun:lj_BC_TDUP
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 72 (40 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 1,856 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x546ACD6: lj_udata_new (lj_udata.c:15)
==13676== by 0x54B7C74: clib_new (lj_clib.c:398)
==13676== by 0x54B82B8: lj_clib_default (lj_clib.c:426)
==13676== by 0x54CBB97: luaopen_ffi (lib_ffi.c:864)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_udata_new
fun:clib_new
fun:lj_clib_default
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 80 bytes in 1 blocks are definitely lost in loss record 1,882 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==13676== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==13676== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==13676== by 0x54C278F: luaopen_string (lib_string.c:739)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 84 bytes in 1 blocks are definitely lost in loss record 1,884 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54762EB: lua_getfield (lj_api.c:800)
==13676== by 0x503895: ngx_http_lua_cache_load_code (ngx_http_lua_cache.c:55)
==13676== by 0x5039D3: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:162)
==13676== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==13676== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==13676== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==13676== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==13676== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==13676== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==13676== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==13676== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==13676== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==13676== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==13676== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==13676== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==13676== by 0x422F5B: main (nginx.c:382)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_getfield
fun:ngx_http_lua_cache_load_code
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 88 bytes in 4 blocks are definitely lost in loss record 1,888 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==13676== by 0x54C4976: luaopen_io (lib_io.c:533)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 96 bytes in 1 blocks are definitely lost in loss record 1,909 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x513FAA: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:228)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 96 bytes in 1 blocks are definitely lost in loss record 1,910 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51C680: ngx_http_lua_inject_uthread_api (ngx_http_lua_uthread.c:34)
==13676== by 0x4FF682: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:771)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_uthread_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 96 bytes in 1 blocks are definitely lost in loss record 1,911 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51DDED: ngx_http_lua_inject_timer_api (ngx_http_lua_timer.c:55)
==13676== by 0x4FF68A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:772)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_timer_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 96 bytes in 1 blocks are definitely lost in loss record 1,912 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51E074: ngx_http_lua_inject_worker_api (ngx_http_lua_worker.c:28)
==13676== by 0x4FF69A: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:774)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_worker_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 96 bytes in 1 blocks are definitely lost in loss record 1,913 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==13676== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==13676== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 96 bytes in 1 blocks are definitely lost in loss record 1,914 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==13676== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==13676== by 0x54CBB23: luaopen_ffi (lib_ffi.c:860)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 96 bytes in 3 blocks are definitely lost in loss record 1,915 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54BDECF: luaL_setfuncs (lib_aux.c:155)
==13676== by 0x54C61DB: luaopen_package (lib_package.c:595)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:luaL_setfuncs
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 96 bytes in 3 blocks are definitely lost in loss record 1,916 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54CBB0B: luaopen_ffi (lib_ffi.c:859)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 100 bytes in 5 blocks are definitely lost in loss record 1,917 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A70B: func_newL (lj_func.c:122)
==13676== by 0x546A948: lj_func_newL_empty (lj_func.c:138)
==13676== by 0x54BD02B: lib_read_lfunc (lj_lib.c:65)
==13676== by 0x54BD02B: lj_lib_register (lj_lib.c:116)
==13676== by 0x54C33ED: luaopen_table (lib_table.c:379)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_empty
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 108 bytes in 5 blocks are definitely lost in loss record 1,921 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==13676== by 0x54C48FD: luaopen_io (lib_io.c:530)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 114 bytes in 5 blocks are definitely lost in loss record 1,931 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCFC9: lib_read_lfunc (lj_lib.c:52)
==13676== by 0x54BCFC9: lj_lib_register (lj_lib.c:116)
==13676== by 0x54C33ED: luaopen_table (lib_table.c:379)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 119 bytes in 1 blocks are definitely lost in loss record 1,932 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5475745: lua_pushstring (lj_api.c:652)
==13676== by 0x54C607A: setpath (lib_package.c:555)
==13676== by 0x54C62B3: luaopen_package (lib_package.c:611)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 120 bytes in 5 blocks are definitely lost in loss record 1,938 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x546AB0F: func_finduv (lj_func.c:52)
==13676== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==13676== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==13676== by 0x4FF7A0: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:824)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 125 bytes in 6 blocks are definitely lost in loss record 1,941 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5475745: lua_pushstring (lj_api.c:652)
==13676== by 0x54CBE09: luaL_openlibs (lib_init.c:44)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 126 bytes in 1 blocks are definitely lost in loss record 1,943 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==13676== by 0x547C960: parse_body (lj_parse.c:1855)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547EF73: parse_return (lj_parse.c:2316)
==13676== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==13676== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==13676== by 0x547C930: parse_body (lj_parse.c:1853)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547E717: parse_assignment (lj_parse.c:2202)
==13676== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==13676== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 128 bytes in 4 blocks are definitely lost in loss record 1,963 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x5475935: lua_pushcclosure (lj_api.c:681)
==13676== by 0x54BD219: lj_lib_pushcc (lj_lib.c:155)
==13676== by 0x54C6212: luaopen_package (lib_package.c:599)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lua_pushcclosure
fun:lj_lib_pushcc
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 128 bytes in 4 blocks are definitely lost in loss record 1,964 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54C33ED: luaopen_table (lib_table.c:379)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 130 bytes in 1 blocks are definitely lost in loss record 1,965 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==13676== by 0x547C960: parse_body (lj_parse.c:1855)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547E717: parse_assignment (lj_parse.c:2202)
==13676== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==13676== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 142 bytes in 6 blocks are definitely lost in loss record 1,968 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==13676== by 0x54C01DF: luaopen_base (lib_base.c:708)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 157 bytes in 6 blocks are definitely lost in loss record 1,975 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==13676== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 172 bytes in 5 blocks are definitely lost in loss record 1,987 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A70B: func_newL (lj_func.c:122)
==13676== by 0x546AA1D: lj_func_newL_gc (lj_func.c:160)
==13676== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==13676== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:func_newL
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 174 bytes in 8 blocks are definitely lost in loss record 1,988 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==13676== by 0x54C278F: luaopen_string (lib_string.c:739)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 176 bytes in 2 blocks are definitely lost in loss record 1,994 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==13676== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==13676== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==13676== by 0x54C0761: luaopen_math (lib_math.c:223)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 186 bytes in 8 blocks are definitely lost in loss record 1,999 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==13676== by 0x54C528D: luaopen_os (lib_os.c:289)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 192 bytes in 1 blocks are definitely lost in loss record 2,005 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C01DF: luaopen_base (lib_base.c:708)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 192 bytes in 1 blocks are definitely lost in loss record 2,006 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x503086: ngx_http_lua_init_registry (ngx_http_lua_util.c:701)
==13676== by 0x503086: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==13676== by 0x503086: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 192 bytes in 1 blocks are definitely lost in loss record 2,007 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x5030E6: ngx_http_lua_init_registry (ngx_http_lua_util.c:716)
==13676== by 0x5030E6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==13676== by 0x5030E6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 192 bytes in 1 blocks are definitely lost in loss record 2,008 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4F836C: ngx_http_lua_inject_regex_api (ngx_http_lua_regex.c:1988)
==13676== by 0x4FF630: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:761)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_regex_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 192 bytes in 1 blocks are definitely lost in loss record 2,009 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51415F: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:257)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 192 bytes in 1 blocks are definitely lost in loss record 2,010 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51423E: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:280)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 192 bytes in 1 blocks are definitely lost in loss record 2,011 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51B3CF: ngx_http_lua_inject_socket_udp_api (ngx_http_lua_socket_udp.c:86)
==13676== by 0x4FF677: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:770)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_udp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 192 bytes in 1 blocks are definitely lost in loss record 2,012 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x51DEE9: ngx_http_lua_inject_config_api (ngx_http_lua_config.c:26)
==13676== by 0x4FF692: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:773)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_config_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 192 bytes in 1 blocks are definitely lost in loss record 2,013 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5469CC4: newhpart (lj_tab.c:66)
==13676== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==13676== by 0x546A0C6: rehashtab (lj_tab.c:387)
==13676== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==13676== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==13676== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x5479DD8: lex_opt (lj_parse.c:989)
==13676== by 0x547B387: lex_match (lj_parse.c:1006)
==13676== by 0x547E31E: parse_args (lj_parse.c:1906)
==13676== by 0x547E46C: expr_primary (lj_parse.c:1965)
==13676== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==13676== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==13676== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547F25B: parse_local (lj_parse.c:2261)
==13676== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==13676== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==13676== by 0x547C930: parse_body (lj_parse.c:1853)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547E717: parse_assignment (lj_parse.c:2202)
==13676== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==13676== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:lex_match
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 192 bytes in 1 blocks are definitely lost in loss record 2,014 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5469CC4: newhpart (lj_tab.c:66)
==13676== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==13676== by 0x546A0C6: rehashtab (lj_tab.c:387)
==13676== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==13676== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==13676== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x5479DD8: lex_opt (lj_parse.c:989)
==13676== by 0x547B387: lex_match (lj_parse.c:1006)
==13676== by 0x547E31E: parse_args (lj_parse.c:1906)
==13676== by 0x547E46C: expr_primary (lj_parse.c:1965)
==13676== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==13676== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==13676== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547EF73: parse_return (lj_parse.c:2316)
==13676== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==13676== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==13676== by 0x547C930: parse_body (lj_parse.c:1853)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547EF73: parse_return (lj_parse.c:2316)
==13676== by 0x547EF73: parse_stmt (lj_parse.c:2651)
==13676== by 0x547EF73: parse_chunk (lj_parse.c:2685)
==13676== by 0x547C930: parse_body (lj_parse.c:1853)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547E717: parse_assignment (lj_parse.c:2202)
==13676== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==13676== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:lex_match
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_return
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 192 bytes in 6 blocks are definitely lost in loss record 2,015 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 200 bytes in 1 blocks are definitely lost in loss record 2,017 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==13676== by 0x547F857: lj_parse (lj_parse.c:2721)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4F1C08: ngx_http_lua_create_headers_metatable (ngx_http_lua_headers.c:1060)
==13676== by 0x4FF64E: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:766)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_create_headers_metatable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 206 bytes in 1 blocks are definitely lost in loss record 2,018 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==13676== by 0x547F857: lj_parse (lj_parse.c:2721)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==13676== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==13676== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==13676== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==13676== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==13676== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==13676== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==13676== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==13676== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==13676== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==13676== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==13676== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==13676== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==13676== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==13676== by 0x422F5B: main (nginx.c:382)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 206 bytes in 9 blocks are definitely lost in loss record 2,019 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD91: lj_lib_register (lj_lib.c:143)
==13676== by 0x54C01C2: luaopen_base (lib_base.c:707)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 212 bytes in 1 blocks are definitely lost in loss record 2,021 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==13676== by 0x547C960: parse_body (lj_parse.c:1855)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547E717: parse_assignment (lj_parse.c:2202)
==13676== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==13676== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F688: parse_block (lj_parse.c:2402)
==13676== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==13676== by 0x547F049: parse_for (lj_parse.c:2577)
==13676== by 0x547F049: parse_stmt (lj_parse.c:2638)
==13676== by 0x547F049: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 216 bytes in 10 blocks are definitely lost in loss record 2,022 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==13676== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 218 bytes in 1 blocks are definitely lost in loss record 2,023 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5475745: lua_pushstring (lj_api.c:652)
==13676== by 0x54C607A: setpath (lib_package.c:555)
==13676== by 0x54C6293: luaopen_package (lib_package.c:610)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lua_pushstring
fun:setpath
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 222 bytes in 10 blocks are definitely lost in loss record 2,024 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==13676== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 223 (187 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 2,025 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==13676== by 0x547F857: lj_parse (lj_parse.c:2721)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x5140E1: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:240)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 224 bytes in 7 blocks are definitely lost in loss record 2,029 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54C01DF: luaopen_base (lib_base.c:708)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 288 bytes in 9 blocks are definitely lost in loss record 2,046 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54C48FD: luaopen_io (lib_io.c:530)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 310 bytes in 1 blocks are definitely lost in loss record 2,050 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==13676== by 0x547C960: parse_body (lj_parse.c:1855)
==13676== by 0x547F172: parse_local (lj_parse.c:2248)
==13676== by 0x547F172: parse_stmt (lj_parse.c:2648)
==13676== by 0x547F172: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 323 (291 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,057 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==13676== by 0x547F857: lj_parse (lj_parse.c:2721)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 352 bytes in 11 blocks are definitely lost in loss record 2,062 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54C4976: luaopen_io (lib_io.c:533)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 352 bytes in 11 blocks are definitely lost in loss record 2,063 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54C528D: luaopen_os (lib_os.c:289)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 355 bytes in 17 blocks are definitely lost in loss record 2,064 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==13676== by 0x54C0761: luaopen_math (lib_math.c:223)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 360 bytes in 15 blocks are definitely lost in loss record 2,069 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x546AB0F: func_finduv (lj_func.c:52)
==13676== by 0x546AB0F: lj_func_newL_gc (lj_func.c:169)
==13676== by 0x5461EB5: lj_BC_FNEW (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x5477AAC: lua_pcall (lj_api.c:1129)
==13676== by 0x51737A: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:348)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:func_finduv
fun:lj_func_newL_gc
fun:lj_BC_FNEW
fun:lua_pcall
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,077 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB05: lib_create_table (lj_lib.c:31)
==13676== by 0x54BCB05: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C01C2: luaopen_base (lib_base.c:707)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,078 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5469CC4: newhpart (lj_tab.c:66)
==13676== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==13676== by 0x546A0C6: rehashtab (lj_tab.c:387)
==13676== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==13676== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==13676== by 0x5476F58: lua_setfield (lj_api.c:972)
==13676== by 0x54C6335: luaopen_package (lib_package.c:617)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:luaopen_package
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,079 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C33ED: luaopen_table (lib_table.c:379)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,080 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==13676== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C48FD: luaopen_io (lib_io.c:530)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,081 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C4976: luaopen_io (lib_io.c:533)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_io
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,082 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C528D: luaopen_os (lib_os.c:289)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_os
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,083 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C278F: luaopen_string (lib_string.c:739)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,084 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,085 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,086 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C90F6: luaopen_jit (lib_jit.c:780)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,087 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5469CC4: newhpart (lj_tab.c:66)
==13676== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==13676== by 0x546A0C6: rehashtab (lj_tab.c:387)
==13676== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==13676== by 0x546B377: lj_meta_tset (lj_meta.c:182)
==13676== by 0x5476F58: lua_setfield (lj_api.c:972)
==13676== by 0x54BD2D7: lj_lib_prereg (lj_lib.c:168)
==13676== by 0x54C9128: luaopen_jit (lib_jit.c:786)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_meta_tset
fun:lua_setfield
fun:lj_lib_prereg
fun:luaopen_jit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,088 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x5030B6: ngx_http_lua_init_registry (ngx_http_lua_util.c:708)
==13676== by 0x5030B6: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==13676== by 0x5030B6: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,089 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x514341: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:306)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,090 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x517173: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:253)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,091 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5469CC4: newhpart (lj_tab.c:66)
==13676== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==13676== by 0x546A0C6: rehashtab (lj_tab.c:387)
==13676== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==13676== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==13676== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547D50F: expr_simple (lj_parse.c:2014)
==13676== by 0x547D50F: expr_unop (lj_parse.c:2077)
==13676== by 0x547D50F: expr_binop (lj_parse.c:2090)
==13676== by 0x547CF53: expr_binop (lj_parse.c:2098)
==13676== by 0x547DA01: expr (lj_parse.c:2109)
==13676== by 0x547DA01: expr_cond (lj_parse.c:2124)
==13676== by 0x547F6BD: parse_then (lj_parse.c:2589)
==13676== by 0x547EEC4: parse_if (lj_parse.c:2601)
==13676== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==13676== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F688: parse_block (lj_parse.c:2402)
==13676== by 0x547F6D4: parse_then (lj_parse.c:2591)
==13676== by 0x547EEC4: parse_if (lj_parse.c:2601)
==13676== by 0x547EEC4: parse_stmt (lj_parse.c:2627)
==13676== by 0x547EEC4: parse_chunk (lj_parse.c:2685)
==13676== by 0x547C930: parse_body (lj_parse.c:1853)
==13676== by 0x547D56B: expr_simple (lj_parse.c:2008)
==13676== by 0x547D56B: expr_unop (lj_parse.c:2077)
==13676== by 0x547D56B: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547E717: parse_assignment (lj_parse.c:2202)
==13676== by 0x547E8E3: parse_call_assign (lj_parse.c:2233)
==13676== by 0x547E8E3: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8E3: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F688: parse_block (lj_parse.c:2402)
==13676== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==13676== by 0x547F049: parse_for (lj_parse.c:2577)
==13676== by 0x547F049: parse_stmt (lj_parse.c:2638)
==13676== by 0x547F049: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr_binop
fun:expr
fun:expr_cond
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_then
fun:parse_if
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_assignment
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 1 blocks are definitely lost in loss record 2,092 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5469CC4: newhpart (lj_tab.c:66)
==13676== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==13676== by 0x546A0C6: rehashtab (lj_tab.c:387)
==13676== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==13676== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==13676== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==13676== by 0x5479986: lex_string (lj_lex.c:280)
==13676== by 0x5479986: lex_scan (lj_lex.c:364)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547E2F1: parse_args (lj_parse.c:1898)
==13676== by 0x547E46C: expr_primary (lj_parse.c:1965)
==13676== by 0x547CBCA: expr_simple (lj_parse.c:2011)
==13676== by 0x547CBCA: expr_unop (lj_parse.c:2077)
==13676== by 0x547CBCA: expr_binop (lj_parse.c:2090)
==13676== by 0x547D9A5: expr (lj_parse.c:2109)
==13676== by 0x547D9A5: expr_list (lj_parse.c:1876)
==13676== by 0x547F25B: parse_local (lj_parse.c:2261)
==13676== by 0x547F25B: parse_stmt (lj_parse.c:2648)
==13676== by 0x547F25B: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x505F37: ngx_http_lua_clfactory_loadbuffer (ngx_http_lua_clfactory.c:758)
==13676== by 0x5039FC: ngx_http_lua_cache_loadbuffer (ngx_http_lua_cache.c:180)
==13676== by 0x504436: ngx_http_lua_content_handler_inline (ngx_http_lua_contentby.c:302)
==13676== by 0x503EF6: ngx_http_lua_content_handler (ngx_http_lua_contentby.c:224)
==13676== by 0x45FFE7: ngx_http_core_content_phase (ngx_http_core_module.c:1180)
==13676== by 0x45AD92: ngx_http_core_run_phases (ngx_http_core_module.c:869)
==13676== by 0x45AEA1: ngx_http_handler (ngx_http_core_module.c:852)
==13676== by 0x466465: ngx_http_process_request (ngx_http_request.c:1956)
==13676== by 0x466A91: ngx_http_process_request_headers (ngx_http_request.c:1381)
==13676== by 0x467026: ngx_http_process_request_line (ngx_http_request.c:1051)
==13676== by 0x467710: ngx_http_wait_request_handler (ngx_http_request.c:500)
==13676== by 0x443A0A: ngx_event_process_posted (ngx_event_posted.c:34)
==13676== by 0x443403: ngx_process_events_and_timers (ngx_event.c:269)
==13676== by 0x44D003: ngx_single_process_cycle (ngx_process_cycle.c:333)
==13676== by 0x422F5B: main (nginx.c:382)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:expr_simple
fun:expr_unop
fun:expr_binop
fun:expr
fun:expr_list
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:ngx_http_lua_clfactory_loadbuffer
fun:ngx_http_lua_cache_loadbuffer
fun:ngx_http_lua_content_handler_inline
fun:ngx_http_lua_content_handler
fun:ngx_http_core_content_phase
fun:ngx_http_core_run_phases
fun:ngx_http_handler
fun:ngx_http_process_request
fun:ngx_http_process_request_headers
fun:ngx_http_process_request_line
fun:ngx_http_wait_request_handler
fun:ngx_event_process_posted
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 384 bytes in 12 blocks are definitely lost in loss record 2,093 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54C0C6D: luaopen_bit (lib_bit.c:177)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_bit
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 416 bytes in 13 blocks are definitely lost in loss record 2,098 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54C278F: luaopen_string (lib_string.c:739)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_string
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 437 (405 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record 2,100 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x547B9C1: fs_finish (lj_parse.c:1570)
==13676== by 0x547F857: lj_parse (lj_parse.c:2721)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:fs_finish
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 438 bytes in 19 blocks are definitely lost in loss record 2,101 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x546AEEF: lj_meta_init (lj_meta.c:40)
==13676== by 0x546E387: cpluaopen (lj_state.c:152)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x546E64F: lua_newstate (lj_state.c:222)
==13676== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==13676== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==13676== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_meta_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 442 bytes in 21 blocks are definitely lost in loss record 2,102 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x5479D3D: lj_lex_init (lj_lex.c:504)
==13676== by 0x546E38F: cpluaopen (lj_state.c:153)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x546E64F: lua_newstate (lj_state.c:222)
==13676== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==13676== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==13676== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lex_init
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 462 bytes in 19 blocks are definitely lost in loss record 2,108 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54BCD12: lj_lib_register (lj_lib.c:110)
==13676== by 0x54C01C2: luaopen_base (lib_base.c:707)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 512 bytes in 16 blocks are definitely lost in loss record 2,131 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54C738D: luaopen_debug (lib_debug.c:402)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_debug
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 544 bytes in 17 blocks are definitely lost in loss record 2,137 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 576 bytes in 18 blocks are definitely lost in loss record 2,143 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 760 bytes in 5 blocks are definitely lost in loss record 2,163 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x547FEBB: lj_bcread_proto (lj_bcread.c:343)
==13676== by 0x54BD016: lib_read_lfunc (lj_lib.c:63)
==13676== by 0x54BD016: lj_lib_register (lj_lib.c:116)
==13676== by 0x54C33ED: luaopen_table (lib_table.c:379)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_bcread_proto
fun:lib_read_lfunc
fun:lj_lib_register
fun:luaopen_table
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 768 bytes in 1 blocks are definitely lost in loss record 2,165 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BDCA9: luaL_findtable (lib_aux.c:93)
==13676== by 0x54BCB43: lib_create_table (lj_lib.c:35)
==13676== by 0x54BCB43: lj_lib_register (lj_lib.c:78)
==13676== by 0x54C0761: luaopen_math (lib_math.c:223)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:luaL_findtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 768 bytes in 1 blocks are definitely lost in loss record 2,166 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x503025: ngx_http_lua_init_registry (ngx_http_lua_util.c:689)
==13676== by 0x503025: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==13676== by 0x503025: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 768 bytes in 1 blocks are definitely lost in loss record 2,167 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x503056: ngx_http_lua_init_registry (ngx_http_lua_util.c:695)
==13676== by 0x503056: ngx_http_lua_new_state (ngx_http_lua_util.c:319)
==13676== by 0x503056: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_init_registry
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 768 bytes in 1 blocks are definitely lost in loss record 2,168 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4FF49A: ngx_http_lua_inject_req_api (ngx_http_lua_util.c:2186)
==13676== by 0x4FF63B: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:764)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_req_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 768 bytes in 1 blocks are definitely lost in loss record 2,169 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5469CC4: newhpart (lj_tab.c:66)
==13676== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==13676== by 0x546A0C6: rehashtab (lj_tab.c:387)
==13676== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==13676== by 0x547710F: lua_rawset (lj_api.c:991)
==13676== by 0x51466D: ngx_http_lua_inject_socket_tcp_api (ngx_http_lua_socket_tcp.c:386)
==13676== by 0x4FF66C: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:769)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lua_rawset
fun:ngx_http_lua_inject_socket_tcp_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 768 bytes in 1 blocks are definitely lost in loss record 2,170 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5469CC4: newhpart (lj_tab.c:66)
==13676== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==13676== by 0x546A0C6: rehashtab (lj_tab.c:387)
==13676== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==13676== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==13676== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547EB2E: parse_stmt (lj_parse.c:2647)
==13676== by 0x547EB2E: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F688: parse_block (lj_parse.c:2402)
==13676== by 0x547F049: parse_for_iter (lj_parse.c:2554)
==13676== by 0x547F049: parse_for (lj_parse.c:2577)
==13676== by 0x547F049: parse_stmt (lj_parse.c:2638)
==13676== by 0x547F049: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x517313: ngx_http_lua_inject_coroutine_api (ngx_http_lua_coroutine.c:336)
==13676== by 0x4FF70F: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:786)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_stmt
fun:parse_chunk
fun:parse_block
fun:parse_for_iter
fun:parse_for
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_coroutine_api
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 768 bytes in 1 blocks are definitely lost in loss record 2,171 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5469CC4: newhpart (lj_tab.c:66)
==13676== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==13676== by 0x546A0C6: rehashtab (lj_tab.c:387)
==13676== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==13676== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==13676== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==13676== by 0x5479986: lex_string (lj_lex.c:280)
==13676== by 0x5479986: lex_scan (lj_lex.c:364)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x5479DD8: lex_opt (lj_parse.c:989)
==13676== by 0x547D9D7: expr_list (lj_parse.c:1877)
==13676== by 0x547E302: parse_args (lj_parse.c:1902)
==13676== by 0x547E46C: expr_primary (lj_parse.c:1965)
==13676== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==13676== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==13676== by 0x547C930: parse_body (lj_parse.c:1853)
==13676== by 0x547F172: parse_local (lj_parse.c:2248)
==13676== by 0x547F172: parse_stmt (lj_parse.c:2648)
==13676== by 0x547F172: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_string
fun:lex_scan
fun:lj_lex_next
fun:lex_opt
fun:expr_list
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:parse_body
fun:parse_local
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 768 bytes in 1 blocks are definitely lost in loss record 2,172 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5469CC4: newhpart (lj_tab.c:66)
==13676== by 0x5469CC4: lj_tab_resize (lj_tab.c:278)
==13676== by 0x546A0C6: rehashtab (lj_tab.c:387)
==13676== by 0x5469935: lj_tab_newkey (lj_tab.c:471)
==13676== by 0x5469AF1: lj_tab_setstr (lj_tab.c:559)
==13676== by 0x547C786: lj_parse_keepstr (lj_parse.c:238)
==13676== by 0x547983F: lex_scan (lj_lex.c:301)
==13676== by 0x5479CDC: lj_lex_next (lj_lex.c:454)
==13676== by 0x547E2F1: parse_args (lj_parse.c:1898)
==13676== by 0x547E46C: expr_primary (lj_parse.c:1965)
==13676== by 0x547E8B4: parse_call_assign (lj_parse.c:2228)
==13676== by 0x547E8B4: parse_stmt (lj_parse.c:2673)
==13676== by 0x547E8B4: parse_chunk (lj_parse.c:2685)
==13676== by 0x547F83F: lj_parse (lj_parse.c:2718)
==13676== by 0x548153A: cpparser (lj_load.c:41)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x548165A: lua_loadx (lj_load.c:58)
==13676== by 0x54818DB: luaL_loadbufferx (lj_load.c:143)
==13676== by 0x4FF738: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:813)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:lj_tab_resize
fun:rehashtab
fun:lj_tab_newkey
fun:lj_tab_setstr
fun:lj_parse_keepstr
fun:lex_scan
fun:lj_lex_next
fun:parse_args
fun:expr_primary
fun:parse_call_assign
fun:parse_stmt
fun:parse_chunk
fun:lj_parse
fun:cpparser
fun:lj_vm_cpcall
fun:lua_loadx
fun:luaL_loadbufferx
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 768 bytes in 1 blocks are definitely lost in loss record 2,173 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==13676== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==13676== by 0x54CBAD9: luaopen_ffi (lib_ffi.c:856)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 768 bytes in 1 blocks are definitely lost in loss record 2,174 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x54BD0DE: lib_create_table (lj_lib.c:44)
==13676== by 0x54BD0DE: lj_lib_register (lj_lib.c:78)
==13676== by 0x54CBBD7: luaopen_ffi (lib_ffi.c:867)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:lib_create_table
fun:lj_lib_register
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 848 bytes in 26 blocks are definitely lost in loss record 2,185 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54C0761: luaopen_math (lib_math.c:223)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_math
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 1,000 bytes in 27 blocks are definitely lost in loss record 2,199 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466D47: lj_mem_newgco (lj_gc.c:831)
==13676== by 0x546A8F6: lj_func_newC (lj_func.c:109)
==13676== by 0x54BCCAD: lj_lib_register (lj_lib.c:92)
==13676== by 0x54C01C2: luaopen_base (lib_base.c:707)
==13676== by 0x5462D87: lj_BC_FUNCC (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x54CBE18: luaL_openlibs (lib_init.c:45)
==13676== by 0x502DA5: ngx_http_lua_new_state (ngx_http_lua_util.c:230)
==13676== by 0x502DA5: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_newgco
fun:lj_func_newC
fun:lj_lib_register
fun:luaopen_base
fun:lj_BC_FUNCC
fun:luaL_openlibs
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 1,446 bytes in 59 blocks are definitely lost in loss record 2,221 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468C42: lj_str_new (lj_str.c:220)
==13676== by 0x54B1579: lj_ctype_init (lj_ctype.c:611)
==13676== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_str_new
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 1,536 bytes in 1 blocks are definitely lost in loss record 2,227 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x546E332: cpluaopen (lj_state.c:149)
==13676== by 0x54630F6: lj_vm_cpcall (in /opt/luajit-sysm/lib/libluajit-5.1.so.2.1.0)
==13676== by 0x546E64F: lua_newstate (lj_state.c:222)
==13676== by 0x54BE401: luaL_newstate (lib_aux.c:341)
==13676== by 0x502D91: ngx_http_lua_new_state (ngx_http_lua_util.c:225)
==13676== by 0x502D91: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:cpluaopen
fun:lj_vm_cpcall
fun:lua_newstate
fun:luaL_newstate
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 2,584 (472 direct, 2,112 indirect) bytes in 1 blocks are definitely lost in loss record 2,245 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x54B1430: lj_ctype_init (lj_ctype.c:594)
==13676== by 0x54CB9B1: luaopen_ffi (lib_ffi.c:853)
==13676== by 0x5031A0: ngx_http_lua_init_vm (ngx_http_lua_util.c:3860)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:lj_ctype_init
fun:luaopen_ffi
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false ==13676== 3,072 bytes in 1 blocks are definitely lost in loss record 2,251 of 2,270
==13676== at 0x4C2B002: malloc (vg_replace_malloc.c:298)
==13676== by 0x4C2B176: realloc (vg_replace_malloc.c:784)
==13676== by 0x5466C6C: lj_mem_realloc (lj_gc.c:818)
==13676== by 0x5468F18: newhpart (lj_tab.c:66)
==13676== by 0x5468F18: newtab (lj_tab.c:145)
==13676== by 0x5469058: lj_tab_new (lj_tab.c:162)
==13676== by 0x5475B5A: lua_createtable (lj_api.c:706)
==13676== by 0x4FF519: ngx_http_lua_inject_ngx_api (ngx_http_lua_util.c:741)
==13676== by 0x50312F: ngx_http_lua_init_globals (ngx_http_lua_util.c:733)
==13676== by 0x50312F: ngx_http_lua_new_state (ngx_http_lua_util.c:320)
==13676== by 0x50312F: ngx_http_lua_init_vm (ngx_http_lua_util.c:3828)
==13676== by 0x4F97A8: ngx_http_lua_init (ngx_http_lua_module.c:783)
==13676== by 0x459663: ngx_http_block (ngx_http.c:312)
==13676== by 0x4374F7: ngx_conf_handler (ngx_conf_file.c:463)
==13676== by 0x4374F7: ngx_conf_parse (ngx_conf_file.c:319)
==13676== by 0x434911: ngx_init_cycle (ngx_cycle.c:275)
==13676== by 0x422D15: main (nginx.c:294)
==13676==
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:realloc
fun:lj_mem_realloc
fun:newhpart
fun:newtab
fun:lj_tab_new
fun:lua_createtable
fun:ngx_http_lua_inject_ngx_api
fun:ngx_http_lua_init_globals
fun:ngx_http_lua_new_state
fun:ngx_http_lua_init_vm
fun:ngx_http_lua_init
fun:ngx_http_block
fun:ngx_conf_handler
fun:ngx_conf_parse
fun:ngx_init_cycle
fun:main
}
072-conditional-get.t TEST 3: If-Unmodified-Since false - status code ok got: ''
expected: '412'
072-conditional-get.t TEST 3: If-Unmodified-Since false - response_body_like - response is expected () ''
doesn't match '(?^s:412 Precondition Failed)'
072-conditional-get.t TEST 3: If-Unmodified-Since false - pattern "say failed: nginx output filter error" should match a line in error.log (req 0)
072-conditional-get.t TEST 3: If-Unmodified-Since false - Can't connect to 127.0.0.1:1984: Connection refused (aborted) '
072-conditional-get.t TEST 3: If-Unmodified-Since false - status code ok got: ''
expected: '412'
072-conditional-get.t TEST 3: If-Unmodified-Since false - response_body_like - response is expected () ''
doesn't match '(?^s:412 Precondition Failed)'
072-conditional-get.t TEST 3: If-Unmodified-Since false - pattern "say failed: nginx output filter error" should match a line in error.log (req 1)
086-init-by.t nginx: [error] init_by_lua error: init_by_lua:2: failed to init
100-client-abort.t TEST 27: ngx.say - pattern "say failed: nginx output filter error" should match a line in error.log (req 0)
100-client-abort.t TEST 27: ngx.say - pattern "say failed: nginx output filter error" should match a line in error.log (req 1)
100-client-abort.t TEST 28: ngx.print - pattern "print failed: nginx output filter error" should match a line in error.log (req 0)
100-client-abort.t TEST 28: ngx.print - pattern "print failed: nginx output filter error" should match a line in error.log (req 1)
100-client-abort.t TEST 31: ngx.eof - pattern "eof failed: nginx output filter error" should match a line in error.log (req 0)
100-client-abort.t TEST 31: ngx.eof - pattern "eof succeeded" should not match any line in error.log but matches line "2019/02/06 09:01:50 [warn] 14151\#0: *1 [lua] content_by_lua(nginx.conf:49):8: eof succeeded, client: 127.0.0.1, server: localhost, request: \"GET /t HTTP/1.1\", host: \"localhost\"" (req 0) 2019/02/06 09:01:50 [debug] 14151\#0: *1 lua resume returned 0
2019/02/06 09:01:50 [debug] 14151\#0: *1 lua light thread ended normally
2019/02/06 09:01:50 [debug] 14151\#0: *1 lua deleting light thread
2019/02/06 09:01:50 [debug] 14151\#0: *1 lua run thread returned 0
2019/02/06 09:01:50 [debug] 14151\#0: *1 http finalize request: 0, "/t?" a:1, c:1
2019/02/06 09:01:50 [debug] 14151\#0: *1 event timer add: 7: 60000:4660306
2019/02/06 09:01:50 [debug] 14151\#0: *1 poll add event: fd:7 ev:4
2019/02/06 09:01:50 [debug] 14151\#0: worker cycle
2019/02/06 09:01:50 [debug] 14151\#0: poll timer: 60000
'
100-client-abort.t TEST 31: ngx.eof - pattern "eof failed: nginx output filter error" should match a line in error.log (req 1)
100-client-abort.t TEST 31: ngx.eof - pattern "eof succeeded" should not match any line in error.log but matches line "2019/02/06 09:01:50 [warn] 14151\#0: *2 [lua] content_by_lua(nginx.conf:49):8: eof succeeded, client: 127.0.0.1, server: localhost, request: \"GET /t HTTP/1.1\", host: \"localhost\"" (req 1) 2019/02/06 09:01:50 [debug] 14151\#0: *2 lua resume returned 0
2019/02/06 09:01:50 [debug] 14151\#0: *2 lua light thread ended normally
2019/02/06 09:01:50 [debug] 14151\#0: *2 lua deleting light thread
2019/02/06 09:01:50 [debug] 14151\#0: *2 lua run thread returned 0
2019/02/06 09:01:50 [debug] 14151\#0: *2 http finalize request: 0, "/t?" a:1, c:1
2019/02/06 09:01:50 [debug] 14151\#0: *2 event timer add: 7: 60000:4660650
2019/02/06 09:01:50 [debug] 14151\#0: *2 poll add event: fd:7 ev:4
2019/02/06 09:01:50 [debug] 14151\#0: worker cycle
2019/02/06 09:01:50 [debug] 14151\#0: poll timer: 60000
'
106-timer.t TEST 3: lua variable sharing via upvalue - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:4[4-9]|5[0-6]))" should match a line in error.log (req 0)
106-timer.t TEST 30: user args - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:4[4-9]|5[0-6])\d*, context: ngx\.timer)" should match a line in error.log (req 0)
106-timer.t TEST 1: simple at - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:4[4-9]|5[0-6])\d*, context: ngx\.timer, client: \d+\.\d+\.\d+\.\d+, server: 0\.0\.0\.0:\d+)" should match a line in error.log (req 0)
106-timer.t TEST 7: 0 timer - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0(?:[^.]|\.00))" should match a line in error.log (req 0)
106-timer.t TEST 9: simple at (sleep in the timer callback) - log_by_lua - pattern "(?^:\[lua\] log_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:6[4-9]|7[0-6]))" should match a line in error.log (req 0)
106-timer.t TEST 2: globals are shared - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:4[4-9]|5[0-6]))" should match a line in error.log (req 0)
108-timer-safe.t TEST 2: simple at (sleep in the timer callback) - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:6[4-9]|7[0-6]))" should match a line in error.log (req 0)
108-timer-safe.t TEST 1: simple at - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:4[4-9]|5[0-6]))" should match a line in error.log (req 0)
108-timer-safe.t TEST 5: 0 timer - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0(?:[^.]|\.00))" should match a line in error.log (req 0)
108-timer-safe.t TEST 7: simple at (sleep in the timer callback) - log_by_lua - pattern "(?^:\[lua\] log_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:6[4-9]|7[0-6]))" should match a line in error.log (req 0)
109-timer-hup.t TEST 7: HUP reload should abort pending timers (fuzz test) - grep_error_log_out (req 1) got: 'lua found 8190 pending timers
'
expected: 'lua found 8191 pending timers
'
132-lua-blocks.t nginx: [emerg] "events" directive is not allowed here in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:56
132-lua-blocks.t nginx: [emerg] Lua code block missing the closing long bracket "]]" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:41
132-lua-blocks.t nginx: [emerg] Lua code block missing the closing long bracket "]=]" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:41
132-lua-blocks.t nginx: [emerg] Lua code block missing the closing long bracket "]]" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:41
132-lua-blocks.t nginx: [emerg] Lua code block missing the closing long bracket "]==]" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:41
139-ssl-cert-by.t TEST 2: sleep - pattern "(?^:elapsed in ssl cert by lua: 0.(?:09|1[01])\d+,)" should match a line in error.log (req 0)
142-ssl-session-store.t nginx: [emerg] "ssl_session_store_by_lua_block" directive is not allowed here in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:28
142-ssl-session-store.t TEST 9: inter-operation with ssl_certificate_by_lua - pattern "(?^:elapsed in ssl cert by lua: 0.(?:09|1[01])\d+,)" should match a line in error.log (req 0)
146-malloc-trim.t TEST 5: malloc_trim() every 2 req, in subreq, big memory usage - grep_error_log_out (req 0) @@ -1,3 +1,3 @@
-malloc_trim(1) returned 1
+malloc_trim(1) returned 0
-malloc_trim(1) returned 1
+malloc_trim(1) returned 0
-malloc_trim(1) returned 1
+malloc_trim(1) returned 0
'
148-fake-shm-zone.t nginx: [emerg] lua_fake_shm "x1" is already defined as "x1" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:26
152-timer-every.t TEST 3: lua variable sharing via upvalue - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1,2 @@
registered timer
-foo = 6
+foo = 3
'
152-timer-every.t TEST 1: simple very - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:4[4-9]|5[0-6])\d*, context: ngx\.timer, client: \d+\.\d+\.\d+\.\d+, server: 0\.0\.0\.0:\d+)" should match a line in error.log (req 0)
152-timer-every.t TEST 1: simple very - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.(?:09|10)\d*, context: ngx\.timer, client: \d+\.\d+\.\d+\.\d+, server: 0\.0\.0\.0:\d+)" should match a line in error.log (req 0)
152-timer-every.t TEST 6: memory leak check - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1,2 @@
registered timer
-growth1 == growth2: true
+growth1 == growth2: false
'
152-timer-every.t TEST 4: create the next timer immediately when timer start running - response_body - response is expected (repeated req 0, req 0) @@ -1,2 +1,2 @@
registered timer
-foo = 6
+foo = 3
'

Warnings

Go back to the index page.